@charset "utf-8";
body {
	font: 100%  Arial;
	background: white;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #404041;
	
	
	
}

h3 {
	font-weight:bolder;
	font-size:14px;
}

.frontPage {
}

.frontPage #container {
	width: 941px;  
	background: #FFFFFF;
	margin: 1.5em auto; /* the auto margins (in conjunction with a width) center the page */
	border: 4px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}

.frontPage #header { 
	width: 941px;		
} 

.frontPage #header #right_corner {		
	
} 

.frontPage #header #logo {
	float:right;
	width:299px;
	position:relative;
	right:625px;
	bottom:140px;		
} 

.frontPage #header #slogan {
	padding-left:15px	
} 

.frontPage #mainContent {
	padding-top:15px;
	padding-left:14px;
	margin-bottom:15px;	
}

.frontPage #mainContent #list {	
	font-size:12px;
}

.frontPage #mainContent #list li {
	margin: 0px;
	padding-left: 10px;
	list-style-type: none;
	background: url(images/red_dot.png) no-repeat 0 0.4em;
}


.frontPage #footer #footphoto { 
	border-top: 4px solid #000000;	
} 


