object { outline:none; }
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4e462f;
}
body {
	background-color: #d6dad5;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position:top center;
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #2b271a;
}
a:visited {
	color: #2B271A;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}

.botmar{
	margin-bottom:26px;
}

#container{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#header{
	height:173px;
	background-image:url(images/header.png);
	background-position:bottom center;
	background-repeat:no-repeat;
}

#header h1, #title h1, #navbar h1{
	font-size:2px;
	float:left;
	visibility:hidden;
}

#title{
	height:50px;
	background-image:url(images/title.png);
	background-position:top center;
	background-repeat:no-repeat;
}

.bigtext{
	font-size:27px;
	font-family:"Arial Rounded", arial, helvetica;
	font-weight:bold;
}

.bigtext a{
	background-color:#ffffff;
	padding:4px;
	border:1px solid #4e462f;
}

.bigtext a:hover{
	background-color:#4e462f;
	color:#ffffff;
}

input.formfield{
	width:275px;
	font-size:13px;
	padding:5px;
}
.formlabel{
	font-weight:bold;
	font-size:15px;
}

.bigbutton{
	font-size:20px;
	padding:6px;
}
.already{
	font-size:20px;
}

.entrythumb{
	background-color:#4e462f;
	width:240px;
	height:180px;
}


/* NAVIGATION */
#navbar{
	height:43px;
	margin-bottom:23px;
}

.navimg{
	height:43px;
	float:left;
	width:180px;
	text-align:center;
	background-repeat:no-repeat;
	background-position:0px -0px;
}

.nav1:hover, .nav2:hover, .nav3:hover{
	background-position:0px -43px;
}


/* VIEW ALL SUBMISSIONS */
.submission-title{
	padding-bottom:4px;
	font-size:15px;
	font-weight:bold;
	font-family:"Arial Rounded", arial, helvetica;
}

.submission-posted{
	font-size:11px;
	color:#333333;
}

.submission-rating{
	font-weight:normal;
	font-size:11px;
	color:#444444;
	padding-bottom:18px;
}