/* CSS Document */

* {margin: 0; padding: 0; border: 0;}
body {
	color: #999999;
	font-family: Georgia;
	font-size: 10px;
	background-color: #D7FFD7;
}
#container {
	width: 745px;
	margin: 2px;
	background-color: #D7FFD7;
	border: none;
	height: 900px;
}
#top {
	background-image: url(../images/three_logo.gif);
}
#logo {
	height: 100px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #D7FFD7;
	padding: 2px;
	background-image: url(../images/three_logo.gif);
}
#main {
	background-color: #D7FFD7;
	overflow: hidden;
}
#side1 {
	width: 140px;
	height: auto;
	text-align: center;
	float: right;
}
#nav
{
padding: 0 1px 1px;
font: small-caps normal 12px Verdana;
background: #FFFFFF;
width: 140px;
}

#nav li
{
	list-style: none;
	margin: 0;
	border-top: 1px dashed #990000;
	text-align: left;
	padding: 1px;
}

#nav li a
{
	display: block;
	padding: 1px;
	border-left: dashed #990000;
	background: #FFFFFF;
	text-decoration: none;
	border-top-width: thin;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
}

#nav li a:link { color: #840000; }
#nav li a:hover
{
	color: #FFF;
	background: #CC0000;
	border: #00FFFF;
}

#side2 {
	background-color: #D7FFD7;
	background-position: 0px 0px;
	text-align: center;
	float:left;
	overflow: auto;
	height: auto;
}
.imageBox {
	width: 150px;
	height: 150px;
	margin: 2px;
	padding: 2px;
	border: thin solid #333333;
}
#image1 {
	background-image:url(../images/three_thumb_5.jpg);
	background-position: center;
	background-color: #000000;
}
#image2 {
	background-image:url(../images/three_thumb_4.png);
	background-color: #000000;
	background-position: center;
}
#image3 {
	background-image:url(../images/three_thumb_3.jpg);
	background-color: #000000;
	background-position: center;
}
#image4 {
	background-image:url(../images/three_thumb_2.jpg);
	background-color: #000000;
	background-position: center;
}
#image5 {
	background-image:url(../images/three_thumb_1.jpg);
	background-color: #000000;
	background-position: center;
}
#side3 {

	height: 400px;

}
.subject {
	text-align:left;
	background-color: #D7FFD7;
	margin: 10px;
	padding: 10px 30px;
}
.subject h1{
	padding-bottom: 10px;
	color: #303231;
	font-variant: small-caps;
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.subject h2{
	color: #303231;
	font-variant: small-caps;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
}

.subject b {
	color: #302B27;
}
.subject a:link, a:visited {
	font-weight: bold;
	color: #302B27;	
}
.subject a:hover, a:active {
	color:#663333;
}
.subject ul {
	margin: 5px 0px 15px 20px;
	list-style-position: inside;
}
.subject li {
	color:#CC0000;
	font-size: small;
	margin-bottom: 5px;
	background-color: #333333;
	list-style-type: upper-roman;
}
.subject p {
	margin-bottom: 10px;
}
#mainImage  {
	background-image:url(../images/three_main_image.gif);
	float: right;
	width: 175px;
	height: 220px;
	background-color: #D7FFD7;
	background-repeat: no-repeat;
	background-position: center center;
}
.subject b {
	color: #CCCCCC;
	font-weight: bolder;
}
#footer {
	width: 900px;
	margin: 5px;
	text-align: center;
	padding: 5px;
	font-size: 8px;
	color:#333333;
	font-style: italic;
	float: left;
	height: 300px;
	background-color: #D7FFD7;
}
.subject a:link {
	color: #333333;
	
}
.subject a:hover {
	color: #FF0000;
	background-color: #333333;
}
#bottom {
	height: 240px;
	background-color: #D7FFD7;

}

