/* CSS Document */
body,html {
	font-family: Arial, Verdana, sans-serif;
	margin: 0px;
}

body {
	color: #444;
	font-size:16px;
	background-color: #FFFFFF;
}
	
a {
	color: #14356f;
	text-decoration:none;
}	
	
a:hover {
	text-decoration:underline;
}	

a img {
	border: none;
}
	
h1 {
	color:#be9125;
	font-size:26px;
}

h2 {
	color:#14356f;
	font-size:20px;
	font-weight: normal;
}

.logo1 {
	float: left;
	padding: 80px 0px 0px 130px;
}

.logo2 {
	float: left;
	padding: 80px 0px 0px 130px;
}

#top {
	height: 125px; 	
	width: 100%; 	
	background-image: url('images/top.jpg');
	background-repeat:no-repeat;
}

#name {
	width: 400px;
	float: left; 
}

#bottom {
	height: 110px; 	
	width: 100%; 	
	background-image: url('images/bottom.jpg');
	background-repeat:no-repeat;
}

#text  {
	width: 600px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 1px 400px;
	background-image: url('images/tile.jpg');
	background-repeat:repeat-y;

}
