body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td {
	margin:0;
	padding:0;
	}
	
a {
	color:#98012e;
	}
	
body {	
	background: #002a5c url(images/background.jpg) repeat-x;
	font: 12px Helvetica, arial, sans-serif;
	line-height: 1.5;
	color:#1e1e1e;
	}
	
#bms {
	background:#fff;
	width: 118px;
	float:left;
	padding:5px;
	}
	
#bmslink {
	font: italic 12px 'times new roman', serif;
	background: url(images/ext.gif) no-repeat;
	background-position: 99px 0;
	padding: 3px 0 0 2px;
	text-transform:none;
	}

.clear{ /*to clear FLOATS*/
 	clear:both;
	font-size:0;
	height:0;
	line-height:0;
	visibility:hidden;
	}

.copyright{
	width:605px;
	float:left;
	}

#content {
	padding: 45px 58px;
	width:734px;
	}
	
#content img {
	float:right;
	padding: 10px 0 10px 10px;
	}
	
#footer {
	background-color:#9395aa;
	font-size: 10px;
	line-height: 1.2;
	text-transform:uppercase;
	padding: 22px 0 30px 58px; 
	width:792px;
	}
	
h1 {
	font: italic 30px 'times new roman', serif;
	color:#002a5c;
	padding-bottom:35px;
	}

h2 {
	font-size: 20px;
	color:#002a5c;
	padding-bottom: 15px;
	}

#header {
	padding: 28px 58px 20px 58px;
	}
	
#navigation {
	height: 42px;
	background-color: #98012e;
	}
	
#navigation ul{
	padding: 10px 0 0 58px;
	}
	
#navigation ul li{
	float:left;
	text-align:center;
	text-transform: uppercase;
	list-style-type:none;
	font-size: 18px;
	}
	
#navigation ul li a {
	color:#ffffff;
	text-decoration:none;
	}
	
#navigation ul li a:hover {
	color:#405d89;
	}
	
#navigation ul li#about {
	width:124px;
	}
	
#navigation ul li#contact {
	width:156px;
	}
	
p {
	padding-bottom: 20px;
	}
	
#wrap {
	background-color:#ffffff;
	width:850px;
	margin:30px auto;
	}