@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
}

html, body {
	background-color:#3d080a;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:link {
	color:#FFFF66;
	text-decoration:none;
}

a:visited {
	color:#FFFF66;
	text-decoration:none;
}

a:hover {
	color:#fff;
}

#container {
	margin:0 auto;
	width:1024px;
	background:url(../images/background.jpg) repeat-y;
}

#header {
	height:330px;
}

#contenttit {
	width:665px;
	position:relative;
	top:-645px;
	left:275px;
	text-align:justify;
}
#content {
	width:665px;
	position:relative;
	top:-405px;
	left:275px;
	text-align:justify;
}

#footer {
	background:url(../images/footer-background.jpg) no-repeat;
	height:80px;
}

#footer_menu {
	text-align:center;
	margin-left:240px;
	padding-top:25px;
}

#servicesmenu {

	font-weight:bolder;
	text-align:left;
	float:right;
	padding:10px;
	padding-left:10px;
	padding-bottom:10px;
	width:190px;
	background-color:#770000;
	margin-left:10px;
	position:relative;
	left:10px;
	top:-20px;
}

ul.list li {
	list-style:url(../images/bullet.gif);
	list-style-position:inside;
}

#menu {
	margin-top:-90px;
}

#menu img {
	border:0px;
}


#menu ul, #menu li {
	list-style:none;
}

#menu ul {
	position:relative;
	left:-40px;
}


#menu li {
	padding:0px;
	margin:0px;
	line-height:0px;
}

h1 {
font-size:22px;
}

h2 {
font-size:18px;
}

