@charset "utf-8";
/* CSS Document */

body {
	width:1002px;
	height:700px;
	margin:0 auto;
	text-align:left;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
a {
	text-decoration: none;
}

#wrapper {
	width:1002px;
	
}
.both {
clear:both;
}
#header {
	width:1002px;
	height:149px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#menubar {
	float:left;
	width:1002px;
	height:38px;
	background-image: url(images/menubar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
#menubar li {
	display:inline;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	
	
}
#menubar ul {
margin-top:12px;
}
#menubar a {
	color:#FFFFFF;
	
	
}
#menubar a:hover {
	color:#FFFF00;
}
#content {
	
	width:1002px;
	
}
#rightsidebar {
	clear:right;
	float:right;
	width:194px;
	margin-right:10px;
	background-image: url(images/righsidebar.gif);
	background-repeat: no-repeat;
	margin-top:20px;
	
	
}

#rightsidebar ul li {
	list-style-image: none;
	text-decoration: none;
	list-style-type: none;
	
}
#showbox {
	float:left;
	width:750px;
	padding-left:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
#showbox h1 {
	clear:right;
	margin-left:380px;
	padding-top:5px;
	height:29px;
	background-image: url(images/title.jpg);
	background-repeat: no-repeat;
	padding-left:133px;
	padding-bottom:5px;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
}
#showbox ul li {
	margin-left:20px;
	list-style-image: none;
	display:inline;
}
#showbox a.photolinks {
text-decoration:none;
border:0px solid #fff;

}
#showbox img {
	float:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:10px;
	margin-right:10px;
	border: 2px solid #95D5FF;
	background-color:#EAF4FF
}
#footer {
	float:left;
	width:1002px;
	height:200px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
margin-top:7px;
}

#footer p {
	margin-top:180px;
	padding-left:15px;
	color:#FFFF00;
}
#footer a {
	color:#FFFFFF;
	text-decoration: none;	
}
#footer a:hover {
	color:#FFFF00;
}
