* {
	margin: 0;
	padding: 0
	}

body    {
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	line-height: 19px;
	background-color: #fff;
	text-align: center;
	margin: 0;
	padding: 0
	}




#wrapper        {
	text-align: left;
	margin: auto;
	padding: 0;
	position: relative;
	width: 779px;
	border-style: solid;
	border-width: 1px 1px 5px;
	border-color: #013388
	}


/* header */
#header       {
	background-image: url("../images/header.jpg");
	background-repeat: no-repeat;
	margin-bottom: 60px;
	width: 779px;
	height: 250px
	}

#header h1 {
	color: #00f;
	font-size: 1px;
	text-align: right
	}

#header h2         {
	color: #00f;
	font-size: 30px;
	font-weight: normal;
	line-height: 28px;
	margin-top: 160px;
	margin-left: 100px
	}








#header a     {
	color: #00f;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none
	}

#header a:hover  {
	color: #f00;
	text-decoration: none
	}

/* content 
*/
#content      {
	margin-bottom: 30px;
	padding-left: 50px;
	width: 400px;
	float: left
	}

#index_content      {
	margin-bottom: 30px;
	padding-left: 50px;
	width: 750px;
	float: left
	}


h2 {
	color: #00f;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px
	}

p {
	}
ul {
	margin-top: 10px;
	margin-left: 20px
	}

a {
	color: #00f;
	font-weight: bold;
	text-decoration: none
	}

a:hover {
	color: #f00;
	text-decoration: none
	}

td {
	font-size: 12px;
	line-height: 19px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #00f
	}

#prices    {
	margin-right: 30px;
	padding: 20px;
	width: 200px;
	float: right;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: #013388
	}

/* prices */
/* footer
*/
#footer       {
	margin-bottom: 10px;
	width: 779px
	}


#footer img {
	float: left;
	clear: none
	}

#footer p   {
	color: #00f;
	font-size: 13px;
	font-weight: normal;
	text-align: right;
	padding-top: 80px;
	padding-right: 30px
	}


.clearboth {
	clear: both
	}

