/*----------------------------------------------------------
title:		master stylesheet
template:	00188
----------------------------------------------------------*/

@import 'reset.css';

body { font: 14px/18px Georgia,sans-serif; color: #332c27; text-align: left; padding-bottom:12px}

a { color: #b2b2b2; text-decoration: none; cursor: pointer; font-family: Georgia, sans-serif; }
a:hover { text-decoration: underline; }
a img { border: 0; }

.ar { display: block; text-align: right; }
.ac { display: block; text-align: center; }
.al { display: block; text-align: left; }
.cl { clear: both; height: 0; font-size: 0; line-height: 0; text-indent: -4000px;  }
.fr { float: right; display: inline; }
.fl { float: left; display: inline; }
.hidden { display: none; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }
	
#container {margin: 0 auto; width: 960px;}

/*////////// start header //////////*/

#logo {float: left; margin: 0; padding: 34px 0 0 4px; width: 715px; font-size: 2.10em; font-weight: bold; color: #FFFFFF;}

#header {float: left; margin: 0; padding: 0; width: 960px; height: 110px;}

#header-links {float: right; margin: 0 16px 0 0; padding:9px 10px 0 0;color:#b2b2b2}
    #header-links a {font-size: 13px; text-decoration: none; position:relative; font-family: Arial, "Trebuchet MS", sans-serif; color: #b2b2b2;}

/*/ start main navigation /*/
	
#nav {float: left; margin: 0; padding: 0; width: 960px; height: 35px; background: #332c27;}
	
#topNav {margin: 0; padding-left: 13px; width: 960px; text-transform: uppercase;}
    #topNav .left {float: left; width: 0;}
    #topNav .center {width: 96%;}
    #topNav .center .link {float: left; padding: 0 32px 0 0; line-height:35px;}
    #topNav .center .link a {font-size: 1.10em; font-weight: normal; text-decoration: none; text-shadow: 0 -1px 0 #000; color: #fff; font-family: Georgia, sans-serif;}
    #topNav .center .link a:hover {color: #FFEE91;}
    #topNav .center .spacer {float: left; width: 0; height: 35px;}
    #topNav .right {float: left; width: 0;}

/*/ end main navigation /*/
	
/*////////// end header //////////*/

/*////////// start content //////////*/
#content {float: left; margin: 5px auto; padding: 10px 0 5px 0; width: 960px; font-family: Georgia, sans-serif; background: #c8c3af;}
	
#content-left {float: left; margin: 0; padding: 0 0 0 5px; width: 210px;}
	
#content-middle {float: left; margin: 0 0 0 5px; padding: 15px 0 5px; width: 730px; min-height: 385px; border: 1px solid #CFCFCF; background: #fff; border: 0 none;}
	
#content-right {float: left; margin: 0 0 0 5px; padding: 0; width: 210px;}
	
/*////////// end content //////////*/

/*////////// start footer //////////*/

#footer {
	float: left;
	background: none repeat scroll 0 0 #332C27;
	color:#fff;
	margin: 0;
	width: 100%;
}

/*////////// end footer //////////*/
