/*
Wrappers and borders
*/


* { padding: 0; margin: 0; }
a { outline: none; 
color: #fff;
	font-weight: 100;
	text-shadow: #000000 0 0 0px;
	opacity:0.98;}
a:link {
	text-decoration: underline;
}  
a:visited {
text-decoration: underline;
}  
a:hover {
	color: #CCCCCC
}  
a:active {
	text-decoration: underline;
}   

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background: #000000;
	color: #C9C9C9;
	line-height: 121%;
	font-weight: normal;
}
#bigwrapper { 
 margin: 0 auto;
 width: 917px;
}
#wrapper { 
 margin: 0 auto;
 width: 909px;
  float: left;
}
#leftborder {
	width: 3px;
	height: 560px;
	margin: 30px 0px 0px 0px;
	background-image: url(../images/border_line_left.png);
	float: left;
}

#rightborder {
	width: 3px;
	height: 560px;
	margin: 30px 0px 0px 0px;
	background-image: url(../images/border_line_left.png);
	float: right;
}

/*
Header
*/

#header {
	width: 909px;
	height: 78px;
	margin: 30px 0px 0px 0px;
	background-image: url(../images/bg.png);
}

/*
Navigation
*/

#navigation {
	width: 909px;
	margin: 0px 0px 0px 0px;
	height: 32px;
	background-color: #F5F5F5;
	background-image: url(../images/nav_background.jpg);
}

.menu {position:relative; height:35px; width:600px; margin-left: 20px;}
.menu ul {list-style:none; z-index:10; position:absolute; z-index:100; padding:0px 0px}
.menu li {float:left;}
.menu a, .menu a:active, .menu a:visited {text-decoration:none; color:#FFF; padding:0px; z-index:1}
.menu a:hover {color:#ebf0e6}
#slide {position:absolute; bottom:30; height:5px; background:#666666; z-index:10}


/*
Content
*/


#content { 
 width: 909px;
 background-image: url(../images/bg.png);
 margin: 0px 0px 10px 0px;
 height: 450px;
}
.title {
	margin-top: 40px;
	margin-left: 25px;
}
.line {
	border: 0;
	margin-left: 25px;
	margin-top: 10px;
}
#columnleft { 
 width: 303px;
 color: #333;
	margin-top: 20px;
 height: 380px;
  float: left;
}
#columncenter { 
 width: 303px;
	margin-top: 20px;
	 color: #333;
 height: 380px;
 float: left;
}
#columnright { 
 width: 303px;
	margin-top: 20px;
 height: 380px;
 float: left;
}

#columnleftandcenter { 
 width: 606px;
 margin-top: 20px;
 height: 380px;
 float: left;
}

#columnrightandcenter { 
 width: 606px;
 margin-top: 20px;
 height: 380px;
 float: left;
}

#columnleftandcenter p { 
	margin-left: 25px;
	color: #fff;
	margin-right: 25px;
	font-weight: 100;
	text-shadow: #000000 0 0 0px;
	opacity:0.98;
}
.pmargin { 
margin-left: 25px;
	color: #fff;
	font-weight: 100;
	text-shadow: #000000 0 0 0px;
	opacity:0.98;

}

.pcenter { 
	color: #fff;
	font-weight: 100;
	text-shadow: #000000 0 0 0px;
	opacity:0.98;
	margin-left: 25px;
	margin-right: 10px;

}

#columnrightclient img {
margin-left: 25px;
margin-right: 25px;
}


.pcenterform { 
	color: #fff;
	font-weight: 100;
	text-shadow: #000000 0 0 0px;
	opacity:0.98;
	margin-left: 25px;
	margin-right: 10px;
}


.largetype {
	font-size: 21px;
	line-height: 125%;
	color: #C9C9C9;
	font-weight: 100;
	text-shadow: #000000 0 0 0px;
	opacity:0.98;
}
.marginpic {
margin-left: 25px;
margin-right: 25px;
}

.formelement {
	margin-left: 25px;
	margin-top: 7px;
	border: 1px solid #999999;
}

.formelementr {
	margin-left: 25px;
	margin-top: 7px;
	border: 1px solid #990000;
}

.button {
	margin-left: 25px;
	margin-top: 7px;
	border: 1px solid #999999;
}


#columncenterclient { 
 width: 303px;
 color: #333;
 height: 380px;
 float: left;
}
#columnrightclient { 
 width: 303px;
 color: #333;
 height: 380px;
 float: left;
}
#footer {
	margin: 0 auto;
	width: 917px;
	height: 10px;
	font-size: 10px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;	
	
}
#footerwrapper {
	margin: 0 auto;
	width: 917px;
	
	
}
