html{
	height:auto;
}

body {
	height:auto;
	PADDING: 0px;
	MARGIN: 0px;
	TEXT-ALIGN: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 500;
	line-height:1.6em;
}

p { 
	margin-right: 15px;
}

h1 {padding: 0px;
	font-size: 1.8em;
	color: #132958;
	padding-top: 0px;
	padding-bottom: 0px;
}

h2 {
	padding: 0px;
	padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
	color: #132958;
	font-size: 1.3em;
}

#content {position:absolute;
	background: #ffffff url(../images/left.jpg) repeat-y;
	top:20px;
	text-align: left;
	min-width:800px;
	min-height:100%;
}

  #content, #width { margin: 0pt auto;
    max-width: 2000px;
    }

#header {position:relative;
	left:80px;
	height:auto;
	margin: 0px;
	padding: 0px;
}

#mainMenu {position: relative;  	
	left:80px;
	top: 0px;
	clear:both;
	list-style:none;
	margin:0px;
	padding:0px;
}

#mainMenu li {
	display: inline;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: none;
	line-height: 100%;
}

#mainMenu li a {
	color: #4040FF;
	padding: 12px 10px 0px;
	height: 22px;
}

#footer p {
	text-align: center;
}

.width100 { width: 100%;
}

.width75 { position: relative;
	left: 80px;
	width: 85%;
	top: 0px;
}

.width50 { width: 50%;
}

.width33 { width: 33%;
}

.width25 { position: absolute;
	left: 10px;
	width: 60px;
	top: 20px;
	height:auto;
}

.floatLeft { float: left;
}

.floatRight { float: right;
}