* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}
body, html {
color: #000; 
	font-family: Tahoma;
background-image: url(i/bg.gif) ;
text-align: center; /*** Centers the design in old IE versions ***/
}

p {padding: 13px 0 3px 0;}

h1, h2, h3 {
font-weight:normal;
padding-bottom: 5px;
}
h1 {
font-size: 30px;
}
h2 {

}
h3 {
font-size: 16px;
margin:0px;padding:0px;
}
h1 a, #header h2{
color: #fff;
}

.clear { clear: both; }
#mainContainer {
width:740px;
margin: 0 auto; /*** Centers the design ***/
min-height: 300px;
background: #add8e6;
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}
* html #mainContainer {
height: 300px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
background: #000099;
}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
margin-top: 50px; /*** We need to add some space for our top menu ***/
}
* html .outer {
/*** No need for hacking IE on this layout ***/
}
.inner {
/*** No need to do anything with a one column solution ***/
}
* html .inner {
/***  And therefor no need for hacking IE either ***/
}


.float-wrap {
float: left;

}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
#content {
float: left;
width:740px;
background: #fff;
}
* html #content {
position: relative;  /*** IE needs this  ***/
}
.contentWrap {

}
.contentWrap ol, .contentWrap ul {
margin: 3px 0 5px 35px;
}
.contentWrap li {
padding-bottom: 2px;
}
/**************************
LEFT COLUMN - this is our top menu
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
background:#FFCCCC none repeat scroll 0 0;
float:right;
height:40px;
line-height:40px;
margin:-50px 0 0 -750px;

width:740px; /*** Move the left column so it takes the positon as a top menu ***/
}
* html #left {
position: relative;  /*** IE needs this  ***/

}
#left ul {
list-style: none;
}
#left li {
display: inline;
padding-right: 15px;
}
/*************************
RIGHT COLUMN - This is our footer menu
**************************/
#right {
float: left;
width: 750px;
background: #cfc;
padding: 5px;
height: 40px;
}
* html #right {
position: relative;  /*** IE needs this  ***/
}
#right ul {
list-style: none;
}
#right li {
display: inline;
padding-right: 15px;
}
/**************************
FOOTER
**************************/
#footer {
width: 740px;
margin: 0 auto;
background:#ffffff;
}
#footer a{color:#999999;}
.style1 {
	font-family: Tahoma;
	font-size: 13px;
	color: #FFFFFF;
}
.style2 {
	font-family: Tahoma;
	font-size: 16px;
	color: #0080D7;
}
.style3 {
	font-family: Tahoma;
	font-size: 30px;
}
.style4 {
	color: #0080D7;
	font-family: Tahoma;
	font-size: 30px;
}
.style5 {color: #FF6600}
.style6 {color: #A9D500}
.style7 {
	color: #333333;
	font-family: Tahoma;
	font-size: 13px;
	font-style: normal;
}
.style8 {
	font-family: Tahoma;
	font-size: 13px;
	color: #333333;
}
.style9 {
	font-family: Tahoma;
	font-size: 16px;
	color: #A9D500;
	font-weight: normal;
}
.style10 {
	font-family: Tahoma;
	font-size: 16px;
	color: #FF6600;
}
.cont{
	background:url('i/bgp.gif') no-repeat -66px 0px;
	margin-left:66px;
	margin-right:66px
}

.registerBut {
	color:#FFFFFF;
    display:block;
    font-weight:bold;
    height:51px;
    line-height:51px;
    margin:20px 197px;
    text-align:center;
    text-decoration:none;
    font-size:18px;
    font-family:Arial;
	background:url('i/butRegister.png') no-repeat 0 0;
}

.registerBut:hover {
	background:url('i/butRegister.png') no-repeat 0 -51px;
}

.extracashImg {
	background:url('i/2.gif') no-repeat 0 0;
	height:190px;
	width:287px;
}
#langSelector {
	margin:5px 15px 160px;
	text-align:right;
}
#langSelector a {
	text-decoration:none;
}