/* CSS Document */

body{
	margin:0px;
	background-image:url(../images/gradient-bg.jpg);
	background-repeat:repeat-x;
	}

.clear{
	clear:both;
	}

/*Header Properties*/
#header{
	width:708px;
	height:69px;
	
	margin-left:auto;
	margin-right:auto;
	
	}

.logo{
	display:block;
	width:207px;
	height:79px;
	background-image:url(../images/logo.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
	}

.logoPNG{
	float:left;
	margin-top:7px;
	position:absolute;
	}

#navigation{
	float:right;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#C11210;
	font-size:16px;
	margin-top:35px;
	}

#navigation a{
	color:#000000;
	text-decoration:none;
	border-bottom:#C11210 0px solid;
	}

#navigation a:hover{
	border-bottom:#C11210 1px solid;
	}


/*Header Image*/
#frame{
	width:751px;
	height:242px;
	display:block;
	
	background-image:url(../images/frame.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	
	margin-left:auto;
	margin-right:auto;
	padding-top:22px;
	}

#picture{
	width:708px;
	height:198px;
	display:block;
	
	background-position:left top;
	background-repeat:no-repeat;
	
	margin-left:22px;
	}


/*Content Area*/
#content{
	width:708px;
	height:100%;
	
	margin-left:auto;
	margin-right:auto;

	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}

#content a{
	color:#000000;
	text-decoration:none;
	border-bottom:#C11210 1px solid;
	}

#content a:hover{
	color:#C11210;
	border-bottom:#C11210 1px solid;
	}

#content p{
	margin:0px;
	padding:0px;
	font-size:14px;
	color:#000000;
	}

#content ul{
	margin-top:0px;
	margin-bottom:20px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:20px;
	}

#content li{
	margin:0px;
	padding:0px;
	font-size:14px;
	color:#222222;
	}

#content h1{
	margin:0px;
	padding:0px;
	font-size:20px;
	color:#C11210;
	font-weight:bold;
	}

#content h2{
	margin:0px;
	padding:0px;
	font-size:18px;
	color:#C11210;
	font-weight:bold;
	}

#content h3{
	margin:0px;
	padding:0px;
	font-size:16px;
	color:#C11210;
	font-weight:bold;
	}

#content h4{
	margin:0px;
	padding:0px;
	font-size:14px;
	color:#C11210;
	font-weight:bold;
	}

#content h5{
	margin:0px;
	padding:0px;
	font-size:14px;
	color:#444444;
	font-weight:bold;
	}

#content h6{
	margin:0px;
	padding:0px;
	font-size:14px;
	color:#444444;
	font-weight:normal;
	font-style:italic;	
	}

#content hr{
	background-color:#cccccc;
	height:1px;
	border:0px;
	}

#content p.caption{
	display:block;
	padding:3px;
	margin-top:3px;
	margin-bottom:3px;
	background-color:#eeeeee;
	border:1px solid #cccccc;
	font-size:11px;
	line-height:12px;
	color:#555555;
	}


/*Footer Area*/
#footer{
	width:708px;
	height:100%;
	
	margin-top:20px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;

	background-image:url(../images/footer-bg.jpg);
	background-repeat:repeat-x;
	background-position:center 26px;
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	}
#footer a{
	color:#000000;
	text-decoration:none;
	border-bottom:#C11210 1px solid;
	}

#footer a:hover{
	color:#C11210;
	border-bottom:#C11210 1px solid;
	}

#footerDeco{
	background-image:url(../images/deco.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:24px;
	border:0px;
	margin:0px;
	padding:0px;
	}

#footerNav{
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom:15px;

	color:#C11210;
	}
	
#footer #footerNav a{
	color:#000000;
	text-decoration:none;
	border-bottom:#C11210 0px solid;
	}

#footer #footerNav a:hover{
	border-bottom:#C11210 1px solid;
	}
