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

body, html {
	margin: 0;
	padding: 0;
}

body {
	background-image:url(images/back.png);
	color: #333;
}

#header {
	background-image:url(images/gradient.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#141416;
	width: 100%;
	height: 500px;
	border-bottom: 4px groove #FFF;
}

#insideheader {
	width: 900px;
	margin: auto;
	padding-top: 50px;
}

#logo {
	margin-left: 20px;
}

#nav {
	float: right;
	*margin-top: -50px;
}

.frontimage {
	margin-top: 50px;
	border: 7px solid #fff;
	-moz-box-shadow: 0px 8px 30px #000; 
	-webkit-box-shadow:0px 8px 30px #000; 
	box-shadow: 0px 8px 30px #000;
}

#content {
	width: 900px;
	margin: auto;
	text-align: justify;
}

#main {
	width: 900px;
	margin: auto;
}

#main tr td {
	* padding-bottom: 15px;
}

#main tr td.small {
	width: 290px;
	margin: 0px;
	border-bottom: 1px solid #CCC;
	vertical-align: top;
	
}

#widthfix {
	width: 900px;
	border-bottom: 1px solid #CCC;
	vertical-align: top;
}

h1 {
	font-size: 24px;
	color: #141416;
	
}

#footer {
	background-color:#061A16;
	width: 100%;
	height: 50px;
	border-top: 4px ridge #FFF;
}

#insidefooter {
	width: 900px;
	margin: auto;
	padding: 15px 0 15px 0;
	color:#FFF;
}

/* -------- CONTENT PAGES -------- */

#header2 {
	background-image:url(images/head.png);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#061A16;
	width: 100%;
	height: 150px;
	border-bottom: 4px groove #FFF;
}

#contenttable {
	border-bottom: 1px solid #CCC;
	vertical-align: top;
}

#sidebar {
	width: 150px;
	vertical-align: top;
}

#contenttd {
	vertical-align: top;
}

#footer {
	position: fixed;
	bottom: 0;
}

.frontimage {
	position: relative;
	top: -55px;
}
