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

#wrapper {
	height:900px;
	width:850px;
	margin-left:auto;
	margin-right:auto;
}
#logo {
	height:50px;
	width:850px;
}

#header {
	height:150px;
	width:850px;
}

#navigation {
	height:150px;
	width:850px;
}

#contentbrief {
	height:550px;
	width:850px;
	background-image:url(images/contentbrief.jpg);
}
#contentcontact {
	height:550px;
	width:850px;
	background-image:url(images/contentcontactus.jpg);
}
#contentnotes {
	height:550px;
	width:850px;
	background-image:url(images/contentnotes.jpg);
}

#contentrules {
	height:550px;
	width:850px;
	background-image:url(images/contentrules.jpg);
}
#contentsponsors {
	height:550px;
	width:850px;
	background-image:url(images/contentsponsors.jpg);
}

#contentsubmissions {
	height:550px;
	width:850px;
	background-image:url(images/contentsubmissions.jpg);
}
#fill1 {
	height:70px;
	width:850px;
}

#intcontent {
	height:332px;
	width:283px;
	float:right;

}

#contentcontent {
	height:430px;
	width:540px;
	float:right;
	padding:10px;
	overflow-y:scroll;
	overflow-x:hidden;
}

#mininav {
	height:50px;
	width:850px;
	padding:20px;
}

.mininav {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-align:center;
	font-weight:bold;
}

.content {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	text-align:center;
	font-weight:bold;
}

.form {
		font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	text-align:left;
	font-weight:bold;
}

.written {
		font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	text-align:justify;
}
.written2 {
		font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	text-align:justify;
	font-weight:bolder;
}

.written3 {
		font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	text-align:justify;
	line-height:5px;
}

A:link {text-decoration: none; color:#000000;}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}