a {
	COLOR: #C9302B;
	TEXT-DECORATION: none;
	font-weight: bold;
}
a:hover {
	COLOR: #CB9624;
	TEXT-DECORATION: none
}

.imageback {
	background-color: #E6E6E6;
	border: 1px solid #5b5e5d;
	padding: 3px;
}



body {
	background-color: #3F3029;
	background-repeat: repeat-x;
	background-image: url(images/bg.jpg);
	margin: 0;
}

p {
	margin-left: 20px;
	margin-right: 20px;
	color: #ab9e95;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 24px;
}
i, em {
	color:#E2D8CE;
	font-family: Georgia, "Times New Roman", Times, serif;
}
b, strong {
	color:#7B5C59;
}

#container {
	width: 1024px;
	margin-top: 0px;
}


#content {
	margin-top: 9px;
	background-image: url(images/contentbg.jpg);
	background-repeat: repeat-y;
	margin-left: 20px;
	width: 890px;
}


#header {
	width: 1024px;
	height: 429px;
	margin-top: 0px;

}

#main {
	width: 690px;
}

blockquote {
	text-align: center;
	color: #3E2A24;
	font-weight: normal;
	bottom: 5px;
	background-color: #30251d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 300px;
	height: 30px;
	margin: 0 20px;
	padding: 15px 0 0 0;
} 


#links {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
} 

#footer {
	height: 100px;
	clear: both;
	background: #bc211c url(images/footerbg.jpg) repeat-x;
	padding: 18px 0 0 0;

}
.bottom  {
	color: #eb7975;
	font-size: 13px;
	width: 1000px;
	padding: 18px 0 0 0;
	margin: 0 0 0 15px;
}



h1 {
	text-align: left;
	background: url(images/header.gif) top left no-repeat;
	font-weight: normal;
	line-height: 30px;
	font-size: 30px;
	text-indent: 5px;
	color: #624e45;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 10px;
     
}

input, textarea, option, select {
	background-color: #3F3029;
	font: 11px Arial, Sans-Serif;
	color: #bdaaa1;
	letter-spacing: 0px;
	border: 1px solid #513f37;
	padding:2px;
}

ul, ol, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ab9e95;
	line-height: 24px;
	text-align: justify;
}
h2 {
	text-align: left;
	background: url(images/header.gif) top left no-repeat;
	font-weight: normal;
	line-height: normal;
	font-size: 18px;
	text-indent: 5px;
	color: #EBEAE5;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin-left: 10px;
}
#header_top {
	background-image: url(images/headertopbg.jpg);
	height: 141px;
	background-repeat: no-repeat;
}

#header_bottom {
	background-image: url(images/headerbottombg.jpg);
	height: 288px;
	background-repeat: no-repeat;
	margin: 0;
	background-position: top left;
}
.bottom a {
	color: #EA5456;
	font-size: 13px;
}
.bottom a:hover {
	color: #3F3029;
	font-size: 13px;
}

#menu {
	height: 128px;
	width: 268px;
	margin-left: 540px;
	padding-top: 80px;
	
	
}
#navbar {
	margin: 0;
	list-style: none;
	padding: 0 0 0 0;
	height:128px;
	width:264px;
}

#navbar li {
	list-style: none;
	padding: 0 0px;
	margin: 0;
}

#navbar a {
	text-decoration: none;
	display: block;
	text-indent: -5000px;
}


#navbar #domain {
	background-image: url(images/domain.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 32px;
}

#navbar #domain:hover{
	background-position: 0 -32px;
}

#navbar #network {
	background-image: url(images/network.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 32px;
}

#navbar #network:hover{
	background-position: 0 -32px;
}

#navbar #sitely {
	background-image: url(images/sitely.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 32px;
}

#navbar #sitely:hover{
	background-position: 0 -32px;
}



#navbar #exits {
	background-image: url(images/exits.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 32px;
}

#navbar #exits:hover{
	background-position: 0 -32px;
}
.content_img:hover {
	margin-right: 8px;
	border: 2px solid #624e45;
}
.content_img {
	margin-right: 8px;
	border: 2px solid #ab9e95;
}

