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

body {
	background-color:#E2E2E2;
	background:#E2E2E2;
	text-align:center;
	background-repeat: no-repeat;
	margin:0 auto;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.imgtitle {
	font-weight: bold;
	background-color:#FFFFFF; 
	padding: 5px;
	font-size:24px;
}
.container {
	width:60%;
	margin:0 auto;
}
#imginfo {
	margin:0 auto;
	text-align:left;
	padding: 5px;
	background-color:#FFFFFF;
	width:770px;
}
#comments {
	text-align:center;
}
.votecount {
	font-size:36px;
	background-color:#FFFFFF;
	font-weight:bold;
	color:#333333;
}
#adbox {
	width:468px;
	height:60px;
	background-color:#CC9966;
	margin:0 auto;

}
.mainimg {
	margin:0 auto;
	border:1px solid #FFFFFF;
	max-width:95%;
	/*max-height:95%;*/
}
a {
	font-weight:bold;
}
a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
a img, img a {
	border:none;
	text-decoration:none;
}
.sitebar {
	font-size:14px;
	background:#FFFFFF;
	padding:3px;
}
.comment_x {
	text-align:left;
	background:#EFEFEF;
	width:98%;
	padding:3px;
	border-bottom:5px solid #FFFFFF;
}
.com_form {
	width:90%;
	height:50px;
	border:1px solid #D7D7D7;
	font-family:Arial, Helvetica, sans-serif;
}
.random {
	background:#FFFFFF;
	border:1px solid #000000;
	padding:5px;
	font-size:14px;
}