@charset "UTF-8";
/* CSS Document */
body{
	margin:0px;
	background:url('images/bgpattern.gif') repeat;
	font:12px Tahoma, Geneva, sans-serif;
	color:#696969;
}

#sudogallery img {border: 3px solid #CCC;}

h1{
	margin:0px;
	padding:5px 0px 10px 0px;
}

h2{
	font-size:16px;
}

#container{
	margin:0px auto;
	width:796px;
}

#middle{
	background:url('images/bgRepeat.gif') repeat-y;
}

#content{
	padding-left:70px;
	padding-top:15px;
}


#nav{
	margin-left:42px;
	border-left:1px solid #a5a4a4;
	border-right:1px solid #a5a4a4;
	background:url(images/repeat_bg.jpg) repeat-x;
	height:37px;
	width:751px;
}

#nav ul{
	margin:0px;
	padding:0px;
	
}

#nav li{
	list-style-type:none;
	display:inline;
}

#nav li a{
	display:block;
	float:left;
	padding:12px 14px 8px 15px;
	text-decoration:none;
	color:#696969;
	font:12px Arial, Helvetica, sans-serif;
	border-right:1px solid #a7a8a8;
	height:16px;
}

#nav li a:hover{
	color:#900;
}

#colLeft{
	width:470px;
	float:left;
}

#colRight{
	width:225px;
	padding-left:30px;
	float:left;
}

#footer_content{
	font:11px Tahoma, Geneva, sans-serif;
	text-align:center;
}

 #footer_content a{
 	text-decoration:none;
	color:#696969;
 }

textarea{
	height:120px;
}

input, select, option{
	color:#666;
	width:260px;
}

textarea{
	color:#666;
	width:375px;
}


a {
	color:#85231d;
	text-decoration:none;
}

a:hover{
	color:#333333;
}

a img {
	border:0px;
}

.button{
	width:88px; 
	width:24px;
}