* {
	margin:0px;
	padding:0px;
}
body { 
	margin: 0px auto;
	background-image:url(images/bkgd.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-color:#304651;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5;
	text-align:justify;
	color:#FFF;

}
p {
	padding-bottom:10px;
	font-size:14px;
}

h1 { 
	border-bottom: 1px #ffd028 solid;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:24px;
	margin-bottom:20px;
	padding-bottom:5px;
	color:#ffd028;
}
h2 {
	font-style:italic;
}
h3 {
	border-bottom: 1px #ffd028 dashed;
}
#wrap {
	width: 800px;
	margin: 10px auto;
	border:1px #ffd028 solid;
	background-color:#5c7886;
}

#header {
	width: 100%;
	height:150px;
	background-color:#304651;
	border-bottom:#ffd028 1px solid;
}

#call2 { 
	float:right;
	width:390px;
	margin-top:10px;
	color:#ffd028;
	letter-spacing:0.2em;

}
#call { 
	float:right;
	width:300px;
	text-align:right;
	padding-right:10px;
	margin-top:10px;
	color:#ffd028;
	letter-spacing:0.2em;

}
#call1 { 
	float:right;
	width:430px;
	text-align:right;
	padding-right:10px;
	margin-top:10px;
	color:#ffd028;
	letter-spacing:0.1em;

}
#logo {
	float:left;
	width:210px;
	margin:2px 10px;
}

#nav {
	float:left;
	width: 100%;
	margin-top:3px;
	text-align:center;
	background-image:url(images/navbkgd.gif);
	border-left:1px #ffd028 solid;
	border-top:1px #ffd028 solid;	
}
#nav li {
	display:inline;
	padding:5px;
	border-right: 1px #abbcc3 solid;
}
#nav ul {
	height:25px;
	padding-top:13px;
	width:100%;
}
#nav a:link {
	color: #000000;
	text-decoration:none;
}
#nav a:visited {
	color: #000000;
	text-decoration:none;
}
#nav a:hover {
	color: #304651;
	text-decoration:none;
}
#nav a:active {
	color: #000000;
	text-decoration:none;
}

#content {
	width: 800px;
}
#content ul { 
	margin-left:20px;
}
#content li { 
	list-style-type:decimal;
	color:#ffd028;
}

#content ul li p { 
	font-style:italic; 
	font-size:12px; 
	padding-bottom:15px;
	color:#fff;
}

#mainpic {
	float:left;
	width:265px;
	height:400px;
}
#image {
	border:1px solid #ffd028;
	margin:20px 15px;
}
#text {
	float:right;
	clear:right;
	width:450px;
	padding:20px;
}

#footer {
	background-color:#304651;
	border-top:#ffd028 1px solid;
	width: 100%;
	text-align:center;
	font-size:10px;
	height: 50px;
	padding-top:15px;
	clear:both;
}

#footer li {
	display:inline;
	border-right: 1px #ffd028 solid;
	padding: 0px 10px 0px 10px;
}

#footer ul {
	margin-bottom: 5px;
}

#footer a { 	
	font-size:11px;
}

#footer a:link {
	color: #FFFFFF;
	text-decoration:none;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	color:#ffd028;
	text-decoration:underline;
}
#footer a:active {
	color: #FFFFFF;
	text-decoration:none;
}

