BODY{
	background-color: #FFF;
	margin: 0px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 13px;
	color: #333;
}
#header{
	background-image: url(../images/des_01.jpg);
	background-repeat: no-repeat;
	width: 950px;
	height: 22px;
	padding-top: 180px;
	margin: 0 auto 0 auto;
}
#footer{
	width: 950px;
	height: 22px;
	background-color: #203090;
	text-align: center;
	color: #FFF;
	padding-top: 3px;
	font-size: 11px;
	margin: 0 auto 0 auto;
}

#content{
	/*background-image: url(../images/des_02.jpg);*/
	background-repeat: no-repeat;
	width: 950px;
	/*padding-bottom: 100px;*/
	height: auto;
	margin: 0 auto 0 auto;
}
#logo{
	z-index: 2;
	position: absolute;
	width: 400px;
	height: 342px;
	margin-left: 40px;
	*margin-left: 0px;
	background-image: url(../images/logo.png);
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
    );
	background-repeat: no-repeat;
}
#topMenu{
	width: 500px;
	padding-left: 400px;
}
#leftPart{
	width: 200px;
	padding-left: 100px;
	height: auto;
	float: left;
	padding-top: 300px;
}
#rightPart{
	width: 520px;
	height: auto;
	padding-top: 250px;
	padding-left: 30px;
	float: left;
}
.linkUp{
	color: #333;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	text-transform: uppercase;
}
.linkUp:hover{
	font-size: 12px;
	font-family: Arial;
	color: #FFF;
	text-decoration: underline;
	text-transform: uppercase;
	background-color: #203090;
}
.linkLeft{
	color: #333;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
}
.linkLeft:hover{
	font-size: 12px;
	font-family: Arial;
	color: #FFF;
	text-decoration: underline;
	background-color: #203090;
}
.heading{
	font-size: 30px;
	font-family: Arial Narrow;
	font-weight: bold;
}
.headingSmall{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.clear{
	clear: both;
}
a, a:link, a:hover, a:visited{
	text-decoration: none;
	color: #333;
}
a:hover{
	color: #FF0000;
}
a.linkBottom{
	color: #FFF;
	text-decoration: none;
}
a.linkBottom:hover{
	color: #FF0000;
	text-decoration: underline;
}