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

body {
	margin:0px;
	background-color: #5c5ca1;
	background-image:url(../images/back.jpg);
	background-repeat:repeat-y;
	background-position:top;
	background-position:center;
	margin-left:1px;
}

#container {
	width:734px;
	margin:0px auto;
}

.hamper:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
.hamper {
	height: 1%;
}	

#banner {
	width:734px;
	height:128px;
	background-image:url(../images/banner.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#home {
	position:relative;
	width:100px;
	height:20px;
	float:right;
	top:-135px;
	padding:0px 0px 0px 0px;
}

#menu {
	position:relative;
	float:right;
	width:306px;
	height:33px;
	top:70px;
	padding:0px 0px 0px 0px;
}

#content {
	width:674px;
	margin-top:10px;
	padding:0px 30px 0px 30px;
}

#bullets {
	width:330px;
	padding:15px 0px 0px 0px;
}

table.search{ 
	padding : 0px 10px;
	margin : 0px;
	height : 30px;
	border: 1px;
	border-style : solid;
	border-color : #001e54;
	background-color : #fff;
}

#footer {
	width:734px;
	text-align:center;
	padding:0px 0px 10px 0px;
}
