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

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;

	
	}

#main {
	width:950px;
	margin:0px auto;
	background-color: #ffffff;
	/*border-left:1px #dedede solid;
	border-right:1px #dedede solid;
	border-top:1px #dedede solid; */
}

#header {
	width:950px;
	margin:0px;
	height:400px;
	background-image: url(../images/top3.png);
	background-repeat:no-repeat;
	background-position:top left;
	border-bottom: 2px #f52525 solid;
}

/* Top Menu */


ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
border-bottom: 2px #f52525 solid;
padding-top:100px;
padding-bottom:3px;
text-align:right;
}

#navlist li
{
display: inline;
list-style-type: none;
margin-left:3px;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #888888;
background-color: #fff;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #f52525;
text-decoration: none;
}

/* Top Menu */

#left {
	width:665px;
	margin:5px 0px 5px 10px;
	display:inline;
	float:left;
}

#right {
	width:255px;
	margin:5px 10px 5px 0px;
	display:inline;
	float:right;
}

#footer {
	width:950px;
	height:50px;
	margin:5px 0px 0px 0px;
	display: inline-block;
	border-top: 1px #dedede solid;
	border-bottom: 1px #dedede solid;

}

#angel{
	width:100%;
	display:block;
	height:203px;
}

#footer p {
font: 70% Verdana,Arial,sans-serif;
margin:10px 10px 0px 10px;
}	

.img{
	border:1px solid #888888;
	margin-bottom:10px;}

.imgangel{
	border:1px solid #888888;
	margin-bottom:10px;
	margin-right:30px;
	float:left;}
	
	
	
h1{
	font: 135% Calibri, Arial, Helvetica, sans-serif;
		color:#f52525;
	line-height:50%;
	
}

h2{
	font: 110% Calibri, Arial, Helvetica, sans-serif;
		color:#f52525;
	font-weight:bold;
}
h3{
	font: 110% Calibri, Arial, Helvetica, sans-serif;
		color:#f52525;
	font-weight: normal;
}

p {
font: 75% Verdana,Arial,sans-serif;
line-height:120%;
}	

a:link {
	color:#f52525;
	text-decoration:none;}
	
	a:hover {
		color: #888888;
		text-decoration:underline;}
	
	





