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

@font-face 
{
    font-family: "CometNegative";
    src: url('comen___-webfont.eot');
    src: url('comen___-webfont.eot?#iefix') format('embedded-opentype'),
         url('comen___-webfont.woff') format('woff'),
         url('comen___-webfont.ttf') format('truetype'),
         url('comen___-webfont.svg#CometNegative') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table 
{
	border-collapse: collapse;	border-spacing: 0;
}

/* End Rest */

body
{ 
	background-image: url(../images/leftsidefan_background.png);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:left top; 
}

#wrapper
{
	border:0;
	text-align:left;
	margin: 15px;
	width: 796px;
	height: 600px;
	margin-right:auto;
	margin-left:auto;
	margin-top: 25px;	
}

#header
{
padding: 2px;
	padding-bottom:4px;
	float:left;
	margin-left:65px;
	text-align:center;
	font-size:28px;
	font-family:Arial, Helvetica, sans-serif;
 	color:#333333;
}

	
#menu
{ 
	text-align:center;
	margin-left:40px;
	margin-right:auto;
	width: 796px;
	height: 38px;
	padding: 5px;
}

#menu ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align:center;	
}

#menu ul li
{
	width: 130px;
	float: left;
	margin: 1px;
	color: #903;
}

#menu ul li a 
{
	font-family: "CometNegative", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
	display: block;
	width: 130px;
	height: 38px;
	line-height: 40px;
	background-image:url(../images/navbarslice.jpg);
	background-repeat:repeat-x;
	color: #333;
}
#menu ul li a:hover 
{
	color: #BE1D2C;
}

#main
{	
	width: 630px;
	height: 500px;
	float:left;
	border: 2px;
	margin-left:0;
	margin-right:0;
	
}	
		
.footer
{
	padding-top:145px;
	float:center;
	margin-left:350px;
	margin-top:15px;
}

.footer a
{	
	padding:25px;
}
.copyright p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	float:right;
	margin-right:390px;
	height: 30px;
	width: 300px;
	text-wrap:normal;
	text-justify:distribute;
	margin-top:-35px;
	
	}