*, html, body {
	padding:0px;
	margin:0px;
	//font-size: 12px;
}

body {
	background-color: #000000;
	font-family: Arial;
	font-size: 12px;
	color: #CCCCCC;
	font-weight: regular;
	text-align:justify;
}
a {
	color: #990000; 
	text-decoration:none;
}

a img {
	border: 0px;
}

a:hover{
	font-weight:bold;
	color:#FFFFFF;
}

h1 {
	font-size: 12px; 
	color: #be0030; 
	font-weight: bold; 
	padding-bottom:20px;
	text-transform: uppercase;
}

h2 {
	font-size: 12px; 
	color: #be0030; 
	font-weight: bold; 
	padding-top:8px;
	padding-bottom:5px;
}

h3 {
	font-size: 12px; 
	color: #be0030; 
	font-weight: bold;
	padding-top:8px;
	padding-bottom:5px; 
}


#spinning_image{
	display:none;
	position:absolute;
	width:16px;
	height:16px;
	left:50%;
	top:50%;
	background: url("../img/spinning_image.gif") no-repeat 0px 0px;
	z-index:2000;
}

#wrapper {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

#left_wrapper{
	padding-left:20px;
	padding-right:20px;
	padding-top:100px;
	width:280px;
}

#center_wrapper{
	width:420px;
}

#right_wrapper{
	width:150px;
	padding-left:70px;
	padding-right:20px;
	padding-top:500px;	
	background: url("../img/right_back.jpg") repeat-y 40px 0px ;
}

#center_wrapper ul {
	padding-top:10px;
	padding-left:5px;
	margin-right:-10px;
}
#center_wrapper ul li {
	display: inline;
	padding-right:12px;
}
#center_wrapper a {
	font-family: Arial;
	font-size:11px;
	font-weight: bold; 
	color:#CCCCCC;
	text-transform:uppercase;
}
ul#menu a.active {
	color: #be0030; 
}

#right_wrapper ul {
	padding-top:10px;
	list-style-type: none;
	list-style-position: outside;
}

#right_wrapper ul li {
	padding-top:10px;
}
#right_wrapper a {
	font-family: Arial;
	font-size:12px;
	font-weight: bold; 
	color: #be0030; 
	text-transform:uppercase;
}
#bottom_wrapper {
	font-size:10px;
}

.dot {
	color: #990000; 
	padding:1px;
	font-weight:bold;
}

.content-item .controls {
	float:left;
}


.content-item {
	clear:both;
}


.controls {
	float:right;
}

.controls a, .controls a:hover{

}
.content_subwrapper {
	width:120px;
}
.content_links_wrapper{
	padding-top:30px;
}
.contact img {
	float:left;
}
.content_subwrapper {
	float:right;
	padding-left:10px;
	padding-bottom:10px;
}
.contact .header{
	clear:right;
}

input.subinput, textarea.subinput{
	width:300px;
}

textarea.subinput{
	height:180px;
}
iframe{
	visibility:hidden;
	//visibility:visible;
	height:1px;
	width:1px;
}

