@charset "utf-8";

/* Common */

body {
	margin:0 0;
	}

h1 {
	font-size:24px;
	}

h2 {
	font-size:16px;
	}

#siteWrapper {
	margin:auto;
	width:900px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	background-image:url(imgs/bg.jpg);
	background-repeat:repeat-y;
	}

/* Header */

#headerWrapper {
	background-image:url(imgs/hd.jpg);
	background-repeat:no-repeat;
	height:110px;
	}
	
	#headerLeft {
		float:left;
		width:400px;
		padding:25px 0 0 76px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:18px;
		font-weight:bold;
		color:#990000;
		}
	
	#headerRight {
		float:left;
		width:400px;
		padding:0 0 0 0;
		}
		
		#navigation {
			padding:42px 0 0 0;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			font-weight:bold;
			color:#FFFFFF;
			letter-spacing:1px;
			text-transform:uppercase;
			}
			
			#navigation a:link {color:#FFFFFF; text-decoration:none;}
			#navigation a:visited {color:#FFFFFF; text-decoration:none;}
			#navigation a:hover {color:#FFFFFF; text-decoration:underline;}
			#navigation a:active {color:#FFFFFF; text-decoration:underline;}

/* Content */

#contentWrapper {
	background-image:url(imgs/bg.jpg);
	background-repeat:repeat-y;
	padding:10px 0;
	}
	
	#contentImage {
		padding:10px 0 10px 76px;
		}
	
	#contentLeft {
		float:left;
		width:500px;
		padding:0 0 0 76px;
		}
	
	#contentRight {
		float:left;
		width:200px;
		padding:0 0 0 50px;
		}
	
/* Footer */

#footerWrapper {
	height:90px;
	background-image:url(imgs/ft.jpg);
	}
	
	#footerWrapper a:link {color:#FFFFFF; text-decoration:none;}
	#footerWrapper a:visited {color:#FFFFFF; text-decoration:none;}
	#footerWrapper a:hover {color:#FFFFFF; text-decoration:underline;}
	#footerWrapper a:active {color:#FFFFFF; text-decoration:underline;}
	
	#footerLeft {
		float:left;
		width:500px;
		padding:20px 0 0 76px;
		}
		
		

