*{padding:0;margin:0;
	font-family: georgia, serif;
}
/*color scheme------------
dark blue:#1b2b4c
light blue:#b0c2dc
gray:#d7dbde
yellow:#FFD916
*/

.address_text {
	list-style: none;
}

body {
	background: white url(../images/background.jpg) repeat-y 0 0;
}
#header{
	background-color:#1b2b4c;
}
img.corner {
	border: 0;
}
.title{ 
	font-weight:normal;
	padding:5px 0 1px 0;
}
.spacing{
	padding:15px 0 0 0;
}
#contact{
	background-color:#b0c2dc;
	height:1em;
	padding-right:2.5%;
}
#contact a{
	float:right;
	font-family:georgia, arial;
	font-size:13px;
	text-decoration:none;
	color:#1b2b4c;
	margin-right:10px;
	padding:0 0 0 1px;
}
#contact a:hover{
	color:white;
}
/*Table Content__________*/
#main_content {
	margin-left: 210px;
	margin-top: 15px;
}
table.front_page_content {
	text-align:center;
	margin:0 0 0 50px;
}
table.front_page_content tr td a img{
	border:3px solid #b0c2dc;
}
/*Footer________________________*/
#footer{
	font-family:georgia,serif;
	text-align:center;
	margin-left: 210px;
	margin-top: 45px;
}
.copyright{
   	color:#1b2b4c;
	font-size:10px;
	font-weight:none;
}
.policies a{
	font-size:10px;
	color:#1b2b4c;
	text-decoration:underline;
}
.policies a:hover{
	color:#1b2b4c;
	text-decoration:underline;
}
p.general_info {
	font-size: 90%;
	margin-bottom: 10px;
}

div.module h1 {
	text-align: center;
}
div.module img {
	border:3px solid #1b2b4c;
	padding: 6px;
}

div#products_divider {
	background: #b0c2dc;
	font-size: 1px;
	line-height: 5px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 15px;
}