/* Stylesheet */

* {
  margin:0;
  padding:0;
}

body {
	background-image:url(images/bg.jpg);
	color:#000000;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px;
	height:100%;
}

a {
	color:#8a8a8a;
	outline:none;
	text-decoration:underline;
}

a img {
	border:0;
}

p {
	padding:5px 0 5px 0;
	margin:0;
}

#main {
	background-image:url(images/inlay_bg.jpg);
	min-height:100%;
	height:100%;
	margin:0 auto 0px auto;
	width:770px;
	background-repeat: repeat-y;
}
.clear {
	clear:both;
}

#content {
	float:left;
	margin:20px 10px 0 17px;
	width:740px;
}

#content h1 {
	color:#660000;
	font-size:12px;
	font-weight:bold;
	margin:5px 0 7px 0;
}

.contentc {
	padding:0 4px 0 4px;
}

.contentboxtwo {
	border:1px solid #ebebeb;
	color:#333333;
	float:right;
	margin:5px 4px 0 0;
	padding:5px;
	width:300px;
	height:450px;
	background-image:url(images/bg2.jpg);
}

.contentboxtwo h2 {
	background-color:#9A3334;
	color:#333333;
	font-size:12px;
	font-weight:normal;
	height:30px;
	padding:1px 0 0 0;
	text-indent:4px;
}

.contentboxtwo p {
	padding:2px 0 1px 0 !important;
}

.contentboxtwotes {
	border:1px solid #ebebeb;
	color:#333333;
	float:right;
	margin:5px 4px 0 0;
	padding:5px;
	width:180px;
	height:450px;
	background-image:url(images/bg2.jpg);
}

.contentboxtwotes h2 {
	background-color:#9A3334;
	color:#333333;
	font-size:12px;
	font-weight:normal;
	height:30px;
	padding:1px 0 0 0;
	text-indent:4px;
}

.contentboxtwotes p {
	padding:2px 0 1px 0 !important;
}

.contentboxone {
	border:1px solid #ebebeb;
	color:#333333;
	float:left;
	margin:5px 0px 0px 0px;
	padding:5px;
	width:396px;
	height:450px;
	background-image:url(images/bg2.jpg);
	background-repeat: repeat-x;
}

.contentboxone h2 {

	color:#333333;
	font-size:16px;
	font-weight:bold;
	height:30px;
	padding:1px 0 0 0;
	}

.contentboxone p {
	padding:2px 0 1px 0 !important;
}

.contentboxone li {
	list-style-position: inside;
	list-style-type: square;
	list-style-image: url(images/logo_bullet.gif);
}

.contentboxonetes {
	border:1px solid #ebebeb;
	color:#333333;
	float:left;
	margin:5px 0px 0px 0px;
	padding:5px;
	width:500px;
	height:935px;
	background-image:url(images/bg2.jpg);
	background-repeat: repeat-x;
}

.contentboxonetes h2 {

	color:#333333;
	font-size:16px;
	font-weight:bold;
	height:30px;
	padding:1px 0 0 0;
	}

.contentboxonetes p {
	padding:2px 0 1px 0 !important;
}

.contentboxonetes li {
	list-style-position: inside;
	list-style-type: square;
	list-style-image: url(images/logo_bullet.gif);
}

#footer {
	background-image:url(images/menubar.gif);
	color:#CCCCCC;
	height:22px;
	margin:0px auto 0 auto;
	padding:1px 0 0 0;
	text-align:center;
	width:765px;
	border:thin solid #666666;
	background-repeat: repeat-x;
}

#header {
	background-image:url(images/headera.jpg);
	color:#ffffff;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:17px;
	height:355px;
	padding:7px 0 0 0;
	text-indent:29px;
	width:770px;
}

#inlay {
	background-image:url(images/inlay_top.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	float:left;
}

#menu {
	
	display:inline;
	color:#FFFFFF
	float:left;
	width:769px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border: 1px solid #666666;
	background-image: url(images/menubar.gif);
}

#navigation a {
	font:12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	line-height:16px;
	display:block;
	padding: 0px 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	}
	
#navigation a:hover {
	color:#CC0000;
	}

#push {
	clear:both;
	height:30px;
}
