/* CSS Document */



body {
	font: 76%/160% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #E9E9E9;}

#container {
	width: 960px;
	text-align: left;
	overflow: auto;
	/*	display: block;*/
	margin: 30px auto;
	padding: 0px;
	background: #FFFFFF;
	border: 2px solid #201E1F;
	border-radius: 20px;
	box-shadow: 1px 0px 10px #333;}	


#header {
	position: relative;
	height: 180px;
	background: #FFFFFF url(/images/header.jpg) no-repeat;}

#header h1 {
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	width: 368px;
	background: none;
	display: none;}	
	
#header h2 {
	text-indent: -9999px;
	display: none;}

h2 {
	border-style: none;
	color: #354273;
	padding-top: 0.2em;
	font: 1.6em/1.8em "Trebuchet MS", Arial, Helvetica, sans-serif;}
	
h3 {
	margin: 1em 0px 0px;
	color: #333333;
	padding: 0px;
	font: bold 1.3em "Trebuchet MS", Verdana, sans-serif;}
	
h4 {
	font-weight: bold;
	margin: .5em 0px 0px;
	font-size: 1em;}
	
#nav_top {
	position: relative;
	background: #000;
	overflow: auto;
	text-align: center;
	width: 960px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: none;
}
	
#nav_top ul {
	color: White;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	display: inline;
}

#nav_top ul li {
	display: inline;
	font-size: 1.1em;
	text-align: center;}

#nav_top ul li a {
	padding: 0.1em 2em;
	color: #FFFFFF;
	text-decoration: none;
	background: #000;
	float: left;
}

#nav_top ul li a:hover {
	color: #9CF;
}

#nav_top ul li.last a {
    border: none;}
	
#nav_top li a.text:link, #nav_top li a.text:visited {
	font-weight: normal;
	color: #585352;
	background: #fff;
	text-decoration: underline;
	margin: 0px;
	display: none;
	padding: 2px 0px 2px 10px;
	height: 100%;
	font-size: .9em;
	float: right;}			
	
#home #nav_top .home,
#book #nav_top .book,
#design #nav_top .design,
#contact #nav_top .contact,
#radio #nav_top .radio,
#physics #nav_top .physics
{
	color: #C6E2FF;
}
	
#content_main {
	width: 760px;
	margin: 0px 0px 0px 90px;
	padding: 10px;
	display: block;}

#content_main p {
	margin: 0;
	padding-top: 0.7em;}		
	
#content_main a:link, #content_main a:visited {
	color: #405968;
	text-decoration: underline;
	font-weight: bold;}

#content_main a:hover {
	color: #354273;
	text-decoration: underline;
	font-weight: bold;
}	
	
#content_main ul {
	margin-top: .5em;
	margin-bottom: 0.5em;}
	
#content_main li {
	padding-bottom: 0.2em;}
	
ul.no_bullet {
	list-style:none;
	line-height: 1em;}
/*
#nav_left {
	float: left;
	top: 0px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 175px;
	position: relative;
	border-top: none;
	border-bottom:  none;
	border-left: none;}	
	
#nav_left ul {
	margin: 0;
	padding: 0; }

#nav_left ul li {
	margin: 0px;
	padding: 0px;
	clear: left;
	list-style: none;
	border-bottom: 1px solid #7D8282;
	width: 100%;
	border-right: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;}
	
#nav_left li a:link, #nav_left li a:visited {
	font-weight: normal;
	color: #000000;
	background: #E7E7F7;
	text-decoration: none;
	margin: 0px;
	display: block;
	padding: 2px 0px 2px 10px;
	height: 100%;}	
	
#nav_left li a:hover {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background: #3F59A7;
	display: block;
	padding: 2px 0px 2px 10px;
	height: 100%;} 
	
#nav_left img {
	margin-bottom: 20px;
	border-bottom: 1px solid #333333;
	border-top-style: none;
	border-left-style: none;
	border-right: 1px solid #000000;}
	
#nav_left p {
	text-align: center;
	margin: 0px;
	padding: 0px;}	
	
#nav_left a {
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;}
*/
.box {
	display: block;
	border: 1px solid #393073;
	margin-top: 20px;
	padding: 6px 6px 6px 10px;
	margin-bottom: 10px;
	text-align: center;
	background: #FFEFB5;}

.imgRight {
	float: right;
	border: 1px solid #999;
	margin: 10px 0px 10px 25px;}	

.imgLeft {
	float: left;
	border: 1px solid #999;
	margin: 10px 20px 10px 0px;}
	
.imgLeft_noborder {
	float: left;
	border-style: none;
	margin: 10px 20px 10px 0px; }

.imgRight_noborder {
	float: right;
	border: none;
	margin: 10px 0px 10px 10px;
	clear: right;}		
#right_box {
	float: right;
	width: 300px;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 1px solid #666;
	padding: 10px 20px 20px;
	margin-top: 15px;
	background: #E9E9E9;
}
	
#physics #right_box {
	width: 600px;
	float: left;
	margin-left: 50px;}

#right_box p {
	line-height: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#footer {
	font-size: 0.8em;
	width: 954px;
	padding: 3px;
	overflow: auto;
	background: #201E1F;
	clear: left;}	
	
#footer ul {
	margin: 0px;
	padding: 0px;
	text-align: center; }
	
#footer ul li {
	display: inline;
	color: #D6D6D6;
	margin: 0px;
	padding: 0px 30px;
	list-style: none;}

#footer ul li a {
	color: #D6D6D6;}
	
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;}
	
.indent {
	padding-left: 30px;
	display: block;}

.rule {
	border-bottom: 1px solid #A04A4A;
	height: 1px;
	margin: 0px;
	padding: 0px;}
	
.center {
	text-align: center;}
