@charset "UTF-8";
/* CSS Document */

*{
	margin-left:auto;
	margin-right:auto;
	border:none;
	text-decoration:none;
}

body{
	background:#FFF;
}

#wrapper{
	width:1000px;
	height:auto;
}

p{
	font-family:Adobe Caslon Pro, Times New Roman, Serif;
	font-size:16px;
	color:#03115c;
	margin-top:5px;
}

hr{
       color: #f00;
       background-color:#03115c;
       height: 2px;
}

h1{
	font-family:Adobe Caslon Pro, Times New Roman, Serif;
	font-size:30px;
	color:#03115c;
	margin-top:0px;
	margin-bottom:0px;
}

h2{
	font-family:Adobe Caslon Pro, Times New Roman, Serif;
	font-size:20px;
	color:#03115c;
	margin-top:30px;
	margin-bottom:5px;
	margin-left:0px;
}

	h2 a{
		text-decoration:underline;
		color:#03115c;
	}
	
	h2 a:hover{
		color:#ccc;
	}

/*#topper{
	
	width:1000px;
	height:auto;
	margin-top:20px;
}*/

#logo{
	width:300px;
	height:200px;
	float:left;
	border:none;
	text-decoration:none;
	background:#FFF;
	padding-right:20px;
}
	
#slogan{
	width:700px;
*/	background-image:url(images/slogan_small.jpg); */
	height:160px;
	padding-left:20px;
	margin-left:300px;
	position:inherit;
}

#navigation{
	width:980px;
	height:40px;
	background:#03115c;
	padding-left:40px;
}

	#navigation ul{
		float:left;
		list-style:none;
	}
	
	#navigation li{
		float:left;
		padding-left:10px;
		padding-right:10px;
		font-size:18px;
	}
	
	#navigation a{
		text-decoration:none;
		list-style:none;
		color:#FFF;
	}
	
	#navigation a:hover{
		color:#ccc;	
	}

#sidebar{
background:#FFF;
	width:300px;
	height:auto;
	float:left;
	margin-top:20px;
}

	#image{
		width:300px;
		height:auto;
		float:left;
		margin-bottom:20px;
	}
	
	#offers{
		width:300px;
		height:auto;
		float:left;
	}

#mainContent{
background:#FFF;
	width:680px;
	height:auto;
	float:left;
	margin-left:20px;
	margin-top:20px;
}

	#mainContent ul{
		float:left;
		list-style:none;
		padding-left:0px;
	}
	
	#mainContent li{
		float:left;
		color:#03115c;
		padding-bottom:10px;
	}

        #mainContent a{
                color:#03115c;
                text-decoration:none;
        }

#imageGallery{
	width:300px;
	height:auto;
	float:left;
	padding-bottom:20px;
	margin-left:20px;
	margin-right:20px;
}
	
#footer{
	width:1000px;
	height:30px;
	background-color:#03115c;
	float:left;
	clear:left;
	margin-top:20px;
    padding-left:40px;
}

	.footer{
		font-family:Adobe Caslon Pro, Times New Roman, Serif;
		font-size:10.5px;
		color:#FFF;
		margin-top:5px;
		text-align:right;
		padding-top:5px;
		padding-right:20px;
                clear:left;
	}
	
	.footer a{
		color:#FFF;
		text-decoration:none;
	}
	
	.footer a:hover{
		color:#ccc;	
	}