body {
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:verdana, arial, sans-serif;
	font-size:0.8em;
	font-weight:normal;
	font-style:normal;
	color:#fff;
	background-image:url(../img/background.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#465157;
}

h1 {
	margin:5px 0px 5px 15px;
	padding:0px;
	width:688px;
	height:84px;
	border:0px solid orange;
	text-align:left;
}

h2 {text-transform:uppercase;font-size:1.5em;line-height:17px;height:33px;padding:0px;margin:0px;}

h3 {height:33px;padding:0px;margin:0px;}

a {text-decoration:none;color:#fff;}
a:hover {text-decoration:underline;}
strong {font-weight:800;color:#c00928;}
img {border:none;}
ul, li {margin:0px;padding:0px;}

.general {
	margin:0px auto;
	padding:0px;
	width:990px;
	min-height:676px;
	background:url(../img/bg.jpg) top center no-repeat;
	border-top:1px solid #000;
	text-align:center;
	/*border:1px solid black;*/
}
div.menu {
	margin:10px 0px 0px 0px;
	padding:0px;
	width:600px;
	height:30px;
	text-align:left;
	border:0px solid green;
}
ul.menu {
	list-style-type:none; 
	margin:0px;
	padding:0px;
}
ul.menu li { 
	display:inline;
	margin:0px;
	padding:0px;
}
li.home {width:82px;height:30px;}
li.gallery {width:98px;height:30px;}
li.resume {width:91px;height:30px;}
li.showreel {width:112px;height:30px;}
li.contact {width:108px;height:30px;}
li.links {width:69px;height:30px;}

div.content {
	margin:25px 0px 25px 15px;
	padding:0px;
	width:688px;
	min-height:440px;
	border:0px solid orange;
	text-align:left;
}
div.homeContent {margin:0px;padding:0px 5px 0px 0px;width:688px;height:259px;background:#000;}
div.homeContent a {color:#c00928;} div.homeContent a:hover {color:#fff;text-decoration:none;}
div.section {width:130px;height:259px;text-align:center;float:right;padding:5px 5px 0px 0px;}
div.thumb {width:75px;float:left;padding:5px 5px 0px 0px;}

.footer {
	width:990px;
	height:56px;
	text-transform:uppercase;
	text-align:center;
	font-size:0.6em;
}
.footer a {
	text-transform:uppercase;
	color:#fff;
}

.submit {border:1px solid gray;color:#000;background:#fff;}
.submit:hover {border:1px solid #c00928;color:#c00928;background:#fff;}


.floatLeft {
	float:left;
	padding-right:5px;
}
.floatRight {
	float:right;
	padding-left:5px;
}