/* tag overrides */

body{
	margin: 0px 0px;
	color: #333;
	text-align: center; /* ie hack */
	font-family: sans-serif;
	height: 100%;
	padding: 0px 0px;
}

p{
	margin: 0px 0px 15px 0px;
}

a{color:#000;}
a:hover{color:#036;}

a img {border: 0px solid #000;}

/* classes */

.shell{
	margin: 0px 0px;
	height: 100%;
}

.header{
	margin: 0px auto;
	background-color: #000;
	text-align: left;
	height: 150px; 
	min-width: 800px;
}

.menu a{
	position: relative;
	top: 4px;
	color:#000; 
	text-decoration:none; 
	margin: 0px 0px 0px 20px;
	font-weight:bold;
}
.menu a:hover{color: #555;}

.menu{
	margin: 0px auto;
	text-align: center;
	height: 32px;
	background-image: url('images/menu_gradient_horziontal.png');
	background-repeat: repeat-x;
	background-color: #999;
	min-width: 500px;
}

.sub_menu a{color:#FFF; text-decoration:none;}
.sub_menu a:hover{font-weight:bold;}

.sub_menu{
	margin: 0px auto;
	background-color: #888;
	text-align: center;
}

.content{
	margin: 0px 0px;
	width: 845px;
	text-align: left;
	padding: 5px 5px;
	position: absolute;
	left: 145px;
}

.content_text{
	padding-top: 10px;
	width: 500px;
}
.content_menu a{	color:#000; text-decoration:none;}
.content_menu a:hover{color: #555; text-decoration:underline;}

.content_menu{
	float: left;
	margin: 0px 0px;
	width: 145px;
	text-align: center;
	background-image: url('images/menu_gradient_vertical.png');
	background-repeat: repeat-y;
	background-color: #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #666;
}

.content_image{
	float: right; 
	width: 200px; 
	border: 1px solid #999; 
	padding: 2px; 
	text-align: center;
}

.gallery_image{
	width: 100px; 
	height: 100px;
	border: 1px solid #999; 
	padding: 2px; 
	text-align: center;
	margin: 10px 10px;
	float: left;
}