

/* ************* Remove default paddings from all elements *****************/

* {
	margin:0;
	padding:0;
	text-decoration: none;
	
	}

/* ************* end Remove default paddings from all elements *****************/



/* *************force scrollbar (to eliminate 'jump in Safari)*****************/

html { min-height: 100%; margin-bottom: 1px;
	}

/* ************* end force scrollbar *****************/



/* force minimum content height for Internet Explorer */

/*\*/

* html #content {
	height: 200px;
	}

/*end minimum content height*/



/* ************* body styles *****************/

body{
	font-family:'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background-color:#990100;
	line-height:140%;
	background-image: url(../images/body-bg.gif);
	background-repeat: repeat-x;
	color: #402311;
	padding-bottom:30px;
	}

/* ************* end body styles*****************/


/* ************* paragraphs and headings *****************/

h1#toplogo{
	height:239px;
	margin:0 auto;
	text-indent:-9999px;
	padding:0!important;
	background-image: url(../images/header-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width:936px;
	}

#content h2 {
	
	font-size: 1.8em;
	color: #990100;
}


p{
	font-size:1.2em; 
	margin: 12px 0px 12px 0; 
	line-height:140%;
	}
#content p{padding-right:20px;}

#footer p{
	padding-top:30px;
	font-size:1.1em;
	text-align:center;
	color: #FFFFFF;
}


/* ************* end paragraphs and headings *****************/


/* ************* main divisions *****************/

#topnavigation{width:640px; text-align:right; color:#fff;margin:auto; padding-top:21px;margin-bottom:19px;}

#wrapper{
	margin:20px auto;
	width:936px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CD9D70;
	min-width: 936px;
	}

#top{
	width:936px;
	background-image: url(../images/header-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin:0 auto ;
	height:140px;
	
}


#content{
	width:660px;
	min-height:200px;
	height:auto;
	float: right;
	margin-top:20px;
	background-image: url(../images/content-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#content div{margin-right:30px;}

#shell{
	background-color: #FFFFFF;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #CD9D70;
	padding-bottom:20px;
	min-width:936px;
}


#menu{
	width:200px;
	float:left;
	padding-top:10px;
}


#footer {
	clear:both;
	
	width:936px; margin:auto;
	}

#content img{border:solid 1px #fff; padding:6px;}



/* ************* end main divs *****************/


/* ################# links (anchor tags) ###################*/

 a{
	color: #004695; text-decoration:underline;
	}
	
	
h1#toplogo a{position:absolute;
	width:396px;
	height:211px;
	top:126px; left:354px;
	}		
	
#topnavigation a{color:#fff;text-decoration:none;font-size:1.2em;}
#footer a {color:#fff;}

/* ################# end links (anchor tags) ################### */


.clear{clear:both;}
