@charset "utf-8";
/* CSS Document */

body, html {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

p,a,div,span,ul,li,td,form,label,h1,h2,h3,h4 {
	font-family:Arial, Helvetica, sans-serif;
}


p,a,div,span,ul,li,td,form,label {
	font-size:12px;
}


p,div,span,ul,li,td,form,label {
	font-color:#333;
}

h1,h2,h3,h4 {
	font-weight:normal;
	font-color:#333;
}

h1 {
	font-size:24px;
}

h2 {
	font-size:18px;
}


h3{
	font-size:16px;
}


h4 {
	font-size:14px;
}

a:link {
	font-weight:bold;
	text-decoration:underline;
	color:#EF3E42;
}

a:visited {
	font-weight:bold;
	text-decoration:underline;
	color:#EF3E42;
}

a:active {
	font-weight:bold;
	text-decoration:underline;
	color:#EF3E42;
}

a:hover {
	text-decoration:none;
}


#header {
	width:100%;
	height:150px;
	margin:auto;
	text-align:center;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#EF3E42;
	clear:both;
}

#main_container {
	width:800px;
	margin:auto;
}

#main {
	background-color:#fff;
	padding:20px;
	width:100%;
	clear:both;
	margin:0px;
	margin-bottom:20px;
	text-align:left;
}

#right {
	float:right;
	padding-left:20px;
	padding-top:120px;
	margin-left:25px;
	border-left:1px solid #999;
}

#footer {
	width:100%;
	padding:15px;
	clear:both;
	min-height:90px;
	background-color:#EF3E42;
}

#footer h1, h2, h3, h4 {
	font-weight:bold;
}

#footer img {
	border:none;
	float:left;
	margin-right:15px;
}

#footer a:link {
	color:#fff;
	font-weight:bold;
	font-size:16px;
	font-style:italic;
	text-decoration:underline;
}
	
#footer a:active {
	color:#fff;
	font-weight:bold;
	font-size:16px;
	font-style:italic;
	text-decoration:underline;
}
	
#footer a:visited {
	color:#fff;
	font-weight:bold;
	font-size:16px;
	font-style:italic;
	text-decoration:underline;
}

#footer a:hover {
	text-decoration:none;
}

.white {
	font-weight:bold;
	color:#fff;
}

	

