body {
	background-color: Black;
	background-image: url('/images/site/background.jpg');
	background-repeat: repeat-x;
	background-position: top;
	color: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
}

a:link {color: #9492d5; background: inherit;}

a:visited {color: #9492d5; background: inherit;}

a:hover {color: #6664b3; background: inherit;}

a:active {color: #6664b3; background: inherit;}

a:focus {color: #6664b3; background: inherit;}


p, ul, td {

	font-family: Arial, Verdana, Helvetica, sans-serif;

	font-size: 80%;

}



h1 {

	font: bold 120% Arial, Verdana, Helvetica, sans-serif;

	color: #9492d5; background: inherit;
	padding-top: 10px;
}



h2 { /* blue small header */

	font: bold 90% Arial, Verdana, Helvetica, sans-serif;

	color: #9492d5; background: inherit;

}



h3 { /* blue 'blog' description header*/

	font: bold 80% Arial, Verdana, Helvetica, sans-serif;

	color: #9492d5; background: inherit;

	margin: 0em 0em 0em 0em;

	padding: 0em 0em 0em 0em;

}



h4 { /* same as h2 but red small header */

	font: bold 70% Arial, Verdana, Helvetica, sans-serif;

	color: #9492d5;  background: inherit;

}

#sitebackground {
	float: none;
	text-align: left;
	width: 800px;
	background-color: #000033;
	margin-left: auto;
	margin-right: auto;
}

#headerbackground {
	width: auto;
	height: 120px;
	background-color: inherit;
	padding: 10px 0px 0px 10px;
}

#logo {
	width: auto;
	height: 100px;
	display: block;
}

#menu {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 100;
	width: 780px;
	text-align: left;
	font-weight: bold;
	padding-top: 5px;
}

#menu ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#menu a {
	float: left;
	width: 108px;
	text-decoration: none;
	color: #000033;
	background-color: #9492d5;
	padding: 2px 15px 2px 5px;
	border-right: 2px solid #000033;
}

#menu a:hover {
	background-color: #6664b3;
}

#menu li {display:inline}

#contentbackground {
	position: relative;
	top: 0px;
	background: inherit;
	width: auto;
	height: 550px;
	text-align: left;
	padding: 0px 0px 0px 10px;
}

#blogbackground {
	position: relative;
	top: 0px;
	background: inherit;
	width: auto;
	height: auto;
	text-align: left;
	padding: 0px 0px 0px 10px;
}

#homecontent {
	position: absolute;
	background: inherit;
	width: 520px;
	text-align: left;
}

#blogcontent {
	position: absolute;
	background: inherit;
	width: 520px;
	text-align: left;
}

#generalcontent {
	position: absolute;
	background: inherit;
	width: 780px;
	text-align: left;
}

.worksection {
	position: relative;
	background-color: #202055;
	width: 780px;
	height: 100px;
	border-bottom: 5px solid #000033;
}

.worklogo {
	position: absolute;
	left: 5px;
	top: 5px;
	width: 100px;
	height: 80px;
}

.worklogo img {
	padding-bottom: 5px;
}

.worktext {
	position: absolute;
	top: 0px;
	left: 120px;
	width: 450px;
}

.workthumbs {
	position: absolute;
	top: 5px;
	right: 0px;
	width: 190px;
	height: 60px;
	text-align: left;
   padding-right: 2px;
}

#welcome {
	width: auto;
	height: auto;
	margin:  0px;
	padding: 0px;
	text-align: left;
}

#reel {
	width:640px;
	float: left;
	padding-top: 0px;
}

#news {
	position: relative;
	top: 15px;
	left: 530px;
	background-color: #202055;
	width:240px;
	height: 500px;
	text-align: left;
	padding: 1px 0px 10px 10px;
}

#awards {
	position: absolute;
	bottom: 5px;
}

#news h2 {
	/* Reserved for future changes */
}

.date {
	font-style: italic;
}

th {
	font-size: 80%;
	color: #9492d5;
}

tr.hilight {
	background-color: #222255;
}

td {
	padding-right: 10px;
}

#contact {
	padding-top: 5px;
}

#footerbackground {
	position: relative;
	top: 0px;
	background-color: #202055;
	width: 800px;
	height: 40px;
	text-align: left;
}

#copyright {
	float: left;
	clear: both;
	width: 512px;
	padding-left: 10px;
	padding-right: 10px;
}

#footermenu {
	float: right;
	width: auto;
	font-size: 60%;
	padding: 10px 10px 2px 5px;
}

#footerbackground p {
	font-size: 60%;
	color: #9492d5;
}