* { margin: 0; padding: 0; border: 0 }

body {
	background: #FFFFFF;
	font: 11px/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #777777;
	text-align: center;
	margin: 15px 0;
	}


a, a:visited {	
	color: #781F17;
	background: inherit;
	text-decoration: none;
	}
	
a:hover {
	color: #C02A1B;
	background: inherit;
	text-decoration: underline;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 		
	}

h1 {
	font-size: 20px ;
	color: #C02A1B;
	font-weight: bold;
	}
	
h2 {
	font-size: 16px;
	text-transform: uppercase;
	color: #C02A1B;
	}
	
h3 {
	font-size:14px;
	color: #C02A1B;	
	}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
	}
	
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	}

/**************/
/****LaYoUt****/
/**************/ 

#container {
	position: relative;
	width: 820px;
	background: #CCC url(images/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
	}
	
#top {
   position: absolute;
	width: 820px;
	height: 19px;
	background: #CCCCCC url(images/top.jpg) repeat-y center top;	
	top: 0; left: 0;
	z-index: 2;	
	}

#content {
	position: relative;
	clear: both;
	float: left;
	width: 762px;	
	padding: 0; 	
	border-top: 5px solid #FFFFFF;
	border-bottom: 2px solid #D0D0D0;
	margin-left: 27px;
	display: inline;
	}

/**************/
/****HeAdEr****/
/**************/

#header {
	width: 820px;
	position: relative;
	height: 40px;
	background: #CCCCCC url(images/header.jpg) repeat-y center top;
	padding: 0;	
	color: #FFF;	
	}

#header #header-menu {
	position: absolute;
	top: 10px; right: 40px;	
	color: #FFFFFF;
	font-size: 10px;	
	}

#header #header-menu a {	
	color: #FFFFFF;
	text-decoration: none;	
	}
	
#header #header-menu a:hover {
	color: #000000;		
	}

#header-pic {
	border-top:5px solid #FFFFFF ;
	border-bottom:5px solid #FFFFFF ;
	clear: both;
	height: 200px;
	width: 762px;
	margin: 0 0 0 27px;
	padding: 0;	
	background: #FFF url(images/header-pic.jpg) no-repeat top left ;
	}

/************/
/****MeNu****/
/************/

#menu {
	clear: both;	
	padding: 0;		
	}
	
#menu ul {
	float: left;
	list-style: none;
	background: url(images/nav.jpg) repeat-x;	
	width: 762px;		
	text-transform: uppercase;
	margin: 0 0 0 27px;
	padding: 0;	
	display: inline;
	}
	
#menu ul li {
	display: inline;
	margin: 0; padding: 0;
	}
	
#menu ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 14px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: none;
	color: #FFFFFF;
	font: bold 13px/2.8em Helvetica, Arial, Geneva, sans-serif;
	text-transform: none;
	text-decoration: none;	
	letter-spacing: 1px;
	}

#menu ul li a:hover, 
#menu ul li a:active {
	background-color: #BF2A1A ;
	}

#menu ul li#current a {	
	background-color: #BF2A1A ;	
	}
	
#main {
	float: left;
	width: 67%;
	padding: 0; margin: 10px 0 0 10px;
	display: inline;
	}

#main h1 {
	margin-top:10px;		
	}

/***************/
/****SiDeBaR****/
/***************/

#sidebar {
	float: right;
	width: 26%;
	padding: 0 10px 0 10px; 
	margin: 10px 0 0 0px;		
	}

#sidebar h1 {
	margin-top: 1px;
	font: bold 1.6em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #C02A1B;	
	}

#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 4px 8px 0; 
	padding: 0;
	text-decoration: none;		
	background: url(images/dots.jpg) repeat-x left top;
	}

#sidebar ul.sidemenu li {
	list-style: none;
	background: url(images/dots.jpg) repeat-x left bottom;
	padding: 4px 0 4px 10px;
	margin: 0 2px;		
	}

#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #666666;			
	font-weight: bold;
	}
	
#sidebar ul.sidemenu li a:hover {	
	color: #C02A1B;	
	}

/**************/
/****FoOtEr****/
/**************/

#footer {
	clear: both;
	width: 820px;
	heigh: 10px;
	font-size: 95%;	
	text-align: left;
	padding: 5px 0;
	background: url(images/footer.jpg) no-repeat center bottom;	
	}
	
#footer a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	}
	
#footer a:hover {
	color: #C02A1B;	
	}
	
#footer p {
	padding:10px 0;
	}

#footer-bottom {
	clear: both;
	color: #666666;	
	margin: 0 auto; 
	width: 820px;
	padding: 10px 0;
	text-align: center;
	}

.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
