	/* Pre-CSS Setup

-----------------------------------------------------------------------------*/

*{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight:normal;
	text-align:justify;
	font-size:14px;
}

	/* text and color setup

-----------------------------------------------------------------------------*/

body{
	background-color:#181818;
	background-image:url(../images/bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	font-size:14px;
	font-family:verdana;
	line-height:21px;
	color:#000000;
}

h1{
	background-image:url(../images/bigbullet.png);
	background-repeat:no-repeat;
	padding-left:30px;
	margin-bottom:10px;
	font-size:20px;
	font-weight:bold;
}

a:link {
	font-size:14px;
	font-family:verdana;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
}

a:visited {
	font-size:14px;
	font-family:verdana;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
}

a:hover {
	font-size:14px;
	font-family:verdana;
	font-weight:bold;
	text-decoration:underline;
	color:#ffffff;
}

ul.regular {
	list-style:none;
	list-style-image:url(../images/layout/bullet.png);
	list-style-position:inside;
	margin-left:60px;
	line-height:23px;
}

.boldtext{
	font-weight:bold;
}

	/* Layout

-----------------------------------------------------------------------------*/

.page{
	width:100%;
	height:100%;
	text-align:center;
}

.container{
	width:870px;
	text-align:left;
	margin:0 auto;
}

.header1{
	width:210px;
	height:320px;
	background-image:url(../images/header1.png);
	background-repeat:no-repeat;
	float:left;
}

.header2{
	width:430px;
	height:320px;
	background-image:url(../images/header2.png);
	background-repeat:no-repeat;
	float:left;
}

.header3{
	width:230px;
	height:305px;
	text-align:center;
	padding-top:15px;
	background-image:url(../images/header3.png);
	background-repeat:no-repeat;
	float:left;
}

.menu{
	width:870px;
	height:43px;
	float:left;
}

.footer {
	width:844px;
	height:50px;
	padding-top:15px;
	padding-left:13px;
	padding-right:13px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
	color:#999999;
	float:left;
}