@import "head.css";
@import "nav.css";
@import "content.css";
@import "footer.css";

html{
	margin:0;
	padding:0;	
}

body {	
	margin:0;
	padding:0;
	font-size:70%;	/* 10px */
	font-family: Arial, Tahoma, Arial, Helvetica, sans-serif;	
}



#home #top {
background-image:url(images/home_bg.jpg);
background-repeat:no-repeat;
}

#top {
	width:895px;
	margin:auto;
	margin-top:30px;			
	padding-left:12px;
	padding-right:12px;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
}

a{color:#000000;text-decoration:none;}
a:hover{text-decoration:underline;}
img{border:0;}
.red{color:#e2262c;}
.blue{color:#5381A2;}
p{margin:0 0 15px 0;}
form{margin:0;padding:0;}



h1 {
	margin:0;
	padding:25px 30px 0 0;
	text-align:right;
	font-size:180%;
	color:#34b8e8;
	font-weight:normal;
}

h2 {
	color:#000;
	font-size:130%;
	margin:3px 0 5px 0;
	padding:1px 0 6px 0;
	background:url(images/titles-bg.gif) bottom repeat-x;
	font-weight:normal;
}

h3 {
	font-size:130%;
	font-weight:normal;
}
