body {
margin: 0;
background-color: #000;
background-image: url('../images/bgMain.png');
background-repeat: repeat-x;
font-family: verdana,arial;
font-size: 10px;
color: #444;
}

#body {
 width: 745px; 
 margin: auto; 
}


#top_01 {
 width: 745px; 
 height: 265px; 
 margin: auto; 
 background-image: url('../images/topBg_0.png'); 
 background-position: bottom left; 
 background-repeat: no-repeat;
}


#top_02 {
	width: 745px; 
	height: 265px; 
	margin: auto; 
	background-image: url('../images/topBg.png'); 
	background-position: bottom left; 
	background-repeat: no-repeat;
}


#top_menu {
	width: 250px; 
	height: 100px; 
	margin-left: auto; 
	background-image: url('../images/topMenuBg.png'); 
	background-repeat: no-repeat;
	text-align: center;
}
.topMenuItem {
	float: left;
	padding-top: 5px;
}
#content {
	clear: both;
	width: 700px;
	height: auto;
	margin: auto;
	padding: 0px;
	margin-left: 23px;
	background-image: url('../images/contentBg.png'); 
	background-position: 40px 45px;
	line-height: 16px;
	font-size: 11px;
}

#columnLeft {
	float: left;
	width: 365px;
	margin: auto;
}
#columnRight {
	width: 330px;
	float: left;
	margin: auto;
}

#columnSingle {
	margin: auto;
	padding: 20px; 
	padding-top: 5px; 
	line-height: 18px; 
}

#footer {
	width: 700px;
	margin: auto;
	margin-left: 23px;
	padding: 0px;
}

#menu {
	padding-top: 72px;
	padding-left: 327px;
}


a {
	color: #d80d0d;
}

a.topMenu {
	font-size: 9px;
	color: #ffe9a7;
	font-weight: bold;
	text-decoration: none;
}
a.topMenu:hover {
	font-size: 9px;
	color: #fbf0ce;
	font-weight: bold;
	text-decoration: underline;
}


a.footMenu {
	font-size: 9px;
	color: #ffe9a7;
	text-decoration: none;
}
a.footMenu:hover {
	font-size: 9px;
	color: #fbf0ce;
	text-decoration: underline;
}


a.contact {
	text-decoration: none;
	color: #ca2222;
	font-weight: bold;
}
a.contact:hover {
	color: tomato;
}

a.page {

	color: #9e0d0d;
	text-decoration: none;
}
a.page:hover {
	text-decoration: underline;
}


.textGold {
	color: #ffe9a7;
}

input.st {

	font-family: verdana;
	border: 1px solid;
	border-top-color:#ffe9a7;
	border-left-color:#ffe9a7;
	border-right-color:#ffe9a7;
	border-bottom-color:#ffe9a7;
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
	padding-top: 2px;
	height: 14px;
	background-image: url('../images/inputBg_01.png'); 
	background-repeat: repeat-x;
	font-size: 10px;
	font-weight: bold;
}


input.redB {

	font-family: verdana;
	border: 1px solid;
	border-top-color:#b92148;
	border-left-color:#b92148;
	border-right-color:#b92148;
	border-bottom-color:#b92148;
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
	padding-top: 2px;
	height: 14px;
	background-image: url('../images/inputBg_01.png'); 
	background-repeat: repeat-x;
	font-size: 10px;
	font-weight: bold;

}

input.stArrow {
	border: 1px solid;
	border-top-color:#ffe9a7;
	border-left-color:#ffe9a7;
	border-right-color:#ffe9a7;
	border-bottom-color:#ffe9a7;
	background-color: #fff;
	background-image: url('../images/inputButton_01.png'); 
	background-repeat: repeat-x;
	width: 16px;
	height: 16px;
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
	font-size: 10px;
	font-weight: bold;
	
}

input.RedSubmit {
	font-family: verdana;
	font-size: 10px;
	border: 1px solid;
	border-top-color:#b92148;
	border-left-color:#b92148;
	border-right-color:#b92148;
	border-bottom-color:#b92148;
	background-color: #f0e8cd;
	height: 18px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 2px;
	font-weight: bold;
}

textarea.st {
	font-family: tahoma, arial, verdana;
	border: 1px solid;
	border-top-color:#b92148;
	border-left-color:#b92148;
	border-right-color:#b92148;
	border-bottom-color:#b92148;
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
	padding-top: 2px;
	height: 100px;
	width: 250px;
	background-image: url('../images/inputBg_01.png'); 
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: normal;
}


ul.list_01 
{ 
	list-style-image: url("../images/arrow_right.png");
	color: #a31d1d;
	line-height: 16px;
	font-weight: bold;
	font-size: 10px;
}

.hSpacer {
	margin: 0;
	padding: 0;
	background-image: url('../images/dots_h_bg.png');
	background-repeat: repeat-x;
}


.vSpacer {
	height: inherit;
	float: left;
	margin: 0;
	padding: 0;
	width: 3px;
	background-image: url('../images/dots_v_bg.png');
	background-repeat: repeat-y;

}

.imgDotted {
	border: 1px dashed #b92148;
	width: 60px;
	height: 60px;
	padding: 1px;
}
.imgDotted2 {
	border: 1px dashed #b92148;
	width: 60px;
	height: 60px;
}


.small {
	font-size: 9px;
}
.transparent {

}
