/*
		-----------------------------------------------
			Master Screen Style
		-----------------------------------------------
			Nakamun Park
			author:	Ryan Mayer
			date:	June 2007
		----------------------------------------------- 
*/

html, body {margin:0px; padding:0px; width:100%; height:100%;}
body {background:url(../img/bg.jpg) 0 0 repeat-x #ffffff scroll; font: 62.5% Arial, Helvetica, sans-serif; margin:0px; padding:0px; width:100%}

	
/* Structure Div's */
#container {width: 708px; height: 100%; margin: 0px auto; padding: 0px; background: url(../img/bg_container.jpg) 0 0 no-repeat;}
#header {width: 708px; height: 285px; margin:0px; padding:0px; background: #252a2e 0 0 no-repeat;}
#colMid {width: 324px; margin:0px; padding:20px; background-color: #ffffff; text-align:left; float:left;}
#colLeft {width: 181px; margin:0px; padding:20px 0px 0px 0px; float:left; background: transparent 0 0 no-repeat; text-align:center}
#colRight {width: 163px; margin:0px; padding:20px 0px 0px 0px; float:left; background: transparent 0 0 no-repeat; text-align:center}
#footer {width: 324px; height:40px; margin:0px; padding:10px 0px 0px 0px; background-color: #ffffff; clear: both; text-align:center}



/* Links */
a:link {color: #006699; text-decoration: none; font-weight:bold; padding: 0px 2px 0px 2px;}
a:visited {color: #006699; text-decoration: none; font-weight:bold; padding: 0px 2px 0px 2px;}
a:hover {color: #006699;  text-decoration: underline;  font-weight:bold; padding: 0px 2px 0px 2px;}

a.sitenav:link {color: #ffffff; text-decoration:none; text-transform:uppercase; font-weight:bold; padding: 0px 2px 0px 45px;}
a.sitenav:visited {color: #ffffff;  font-weight:bold; padding: 0px 2px 0px 45px;}
a.sitenav:hover {color: #663300;  font-weight:bold; padding: 0px 2px 0px 45px;}



/* Typography */
h1 {height:31px; font-size: 1.6em; text-align:left; text-decoration:none; color:#872720; padding:0px; margin: 0px; display:block;}
h2 {font-size: 1.1em; font-weight:bold; text-transform:uppercase; text-align:left; color: #5E1B16; padding:0px; margin: 0px;}
p, ul, ol {background: transparent; color: #737E80; text-decoration: none; text-align: left; letter-spacing: 0; line-height: 1.4em; font-size: 1.1em; margin:0px; padding-bottom:10px;}
#footer p {color:#888888; text-align: center; font-size: .9em;}


/* Helpers */
.clear {clear: both;}
.right {text-align: right;}

