/* CSS Document */

body {
	background-color:#635245;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#EA2839;
	text-align:left;
	margin:10px 10px 10px 10px;
}
	
#main_container {
/*left top right bottom*/
	border:solid;
	border-width:10px;
	border-color:#ffffff;
	padding: 0px 0px;
	width:955px;
	height:600px;
	margin:0 auto;
	background-color:#ffffff;
	position:relative;
}

#right_container {
	width: 478px;
	height: 600px;
	background-color:#ffffff;
	position:relative;
	float:left;
	
}

#left_container {
	width: 477px;
	height: 600px;
	background-color:#ffffff;
	position:relative;
	float:left;
	overflow:auto;
	
}		

#head_container {
	padding-left:20px;
	padding-right:20px;
	padding-bottom:15px;
	padding-top:35px;
	width:428px;
	height:60px;
	background-color:#EA2839;
	position:relative;
}	 	

#nav_container {
	width:140px;
	height:195px;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:10px;
	background-color:#635245;
	position:relative;
	text-align:left;
	float:left;
	padding-left:20px;
	padding-top:15px;
}

#text_container {
	padding-left: 20px;
	padding-right:20px;
	padding-top:15px;
	width:258px;
	height:195px;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#635245;
	position:relative;
	float:inherit;
	text-align:left;
	overflow:auto;
}	 

#thumb_container {
	padding: 10px 10px;
	width:448px;
	height:240px;
	background-color:#EA2839;
	position:relative;
	align: center;
	float:inherit;
	text-align:left;
	overflow:auto;
}

#thumb_container_small {
	padding: 5px 5px;
	width:75px;
	height:75px;
	background-color:#EA2839;
	position:relative;
	align:center;
	float:left;
}		  

#menu {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#EEEEEE;
	
	}

#content {
	font-weight:bold;
	color:#9ead6c;
}

#lselect li {
	padding:5px 7px 5px 24px;
	background-image:url(file:///Macintosh HD/Users/Jess/Desktop/portfolio/images/bullet1.gif);
	background-repeat:no-repeat;
}	

#footer {
	width:300px;
	text-align:left;
	clear:both;
}				

a:link{
	color:#eeeeee;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-decoration:none;
	font-variant:small-caps;
}

a:hover{
	color:#EA2839;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-decoration:none;
	font-variant:small-caps;
}
			
a:visited{
	color:#eeeeee;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-decoration:none;
	font-variant:small-caps;
}

.text_box{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#EEEEEE;
	text-align:left;
}	

p{
	color:#EEEEEE;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-style:italic;
	text-align:left;
}
				
#col1 {
	position:absolute;
	width:185px;
	left:50px;
	top:50px;
	float:left;
			}
