@charset "UTF-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	background-color:black;
	}

a{
	color:#000000;
	text-decoration:underline;
	}

a:hover{
	color:white;
	text-decoration:none;
	}

p{
	line-height:1.2em;
	}
	
h1{
	font-size:1.5em;
	line-height:1.5em;
	}

h2{
	font-size:1.2em;
	line-height:1.2em;
	}

h3{
	font-size:1em;
	}

#container{
	width:800px;
	border:3px outset silver;
	background:url(images/bg.jpg) repeat-x #cccccc;
	margin:10px auto;
	margin-bottom:0;
	}
	
#header{
	width:100%;
	overflow:hidden;
	}

#header img{
	margin:0 auto;
	}

#header a{
	text-decoration:none;
	color:#cccccc;
	}
	
#header a:visited{
	text-decoration:none;
	color:#cccccc;
	}
	
#nav{
	width:796px;
	margin:auto;
	border:2px outset silver;
	padding-bottom:5px;
	font-size:150%;
	font-weight:bold;
	line-height:normal;
	background:#ffffff;
	background-image:url(images/div_bg1.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	position:absolute;
	z-index:999;
	}

#nav ul{
	padding:10px 10px 0;
	list-style:none;
	text-align:center;
	}

#nav li{
	padding-top:10px;
	padding-bottom:10px;
	display:inline;
	padding:0;
	}

#nav a:hover{
	color:#666666;
	}
		
#content{
	padding:20px;
	margin:30px auto;
	}
	
#leftContent{
	float:left;
	margin-bottom:20px;
	margin-left:5px;
	}

#rightContent{
	float:right;
	margin-bottom:10px;
	}

#footer{
	background-color:#000000;
	color:white;
	margin-top:10px;
	height:50px;
	padding:10px;
	text-align:center;
	}

#footer a{
	color:#999999;
	}

#footer a:hover{
	color:#333333;
	}

#clear{
	clear:both;
	}
	
#photoPicker{
	margin:0 auto;
	float:left;
	overflow:scroll;
	height:500px;
	width:100px;
	}

#photoPicker img{
	padding:5px;
	}

#photoDisplay{
	margin:0 auto;
	float:right;
	}

#video{
	padding:20px;
	margin-left:90px;
	}


#rothLogo{
	float:right;
	}