@charset "utf-8";
/* Universal reset */
* {margin:0; padding:0;}

html {font-size:100%} /* set value for 1em */
body {
	font-size:62.5%;
	background-color:#99322d;
	color:#FFFF66;
	text-align:center;
}
p {font: 1.1em Verdana, Geneva, sans-serif}
table {text-align:center; border:none; width:600px; float:left;}
td {padding:10px; border:none;}
/* Main container */
#wrpAll {width:790px; margin:0 auto; background-color:#000000;}
/* Links */
a:link, a:visited {font:1.1em Verdana, Geneva, sans-serif; color:#ffff66;}
a:hover {color:#99322d;}
/* --Floated divs - Home page-- */
#top {width:790px; height:80px; background-color:#99322d;}
#header {width:790px; height:40px;}
#logo {width:790px; height:260px; vertical-align:middle;}
#links {width:790px; height:140px; vertical-align:middle;}
#spacerL {float:left; width:95px;}
#spacerR {float:right; width:95px;}
#wrpBtm {width:790px; height:40px;}
#copyL {float:left; text-align:left; margin-left:100px;}
#copyR {float:right; text-align:right; margin-right:100px;}

