@charset "UTF-8";
/* CSS Document */

body{
	background-color: #FFF
	margin: 0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 0;
}

img{
	border: 0;
}

#wrapper{
	width: 1024;
	margin: 0 auto;
	background-image: url(images/Background.jpg);
	background-repeat: repeat-y;
}

#wrapper1{
	width: 1024;
	margin: 0 auto;
	background-image: url(images/back1.jpg);
	background-repeat: no-repeat;
}

#top{
	margin-left: 0;
	padding: 0;
}


p.title {
	color: #32b44a;
	text-align: left;
	font-size: 18px;
	line-height: 100%;
}

p.code {
	color: #32b44a;
	text-align: left;
	font-size: 14px;
	line-height: 100%;
}

p.home {
	color: #32b44a;
	text-align: center;
	font-size: 18px;
	line-height: 100%;
}

#leftcol{
	float: left;
	margin-top: 30px;
}

ul{
list-style-type: none;
color:#FFF;
}
ul a{
color:#FFF;
text-decoration: none;
}

#leftcol a:visited {color: #fff}
#leftcol a:hover {color: #dadada}
#leftcol a:active {color: #dadada}

#rightcol{
	width: 290px;
	color: #32b44a;
	text-align: left;
	font-size: 12px;
	line-height: 100%;
}

#rightcol2{
	float: right;
	width: 740px;
	color: #32b44a;
	text-align: center;
	font-size: 16px;
	margin-right: 25px;
	margin-top: 38px;
}

#rightcol2 a{
	text-decoration: none;
	color: #32b44a;
}
	
#rightcol2 a:visited {color: #c58ada}
#rightcol2 a:hover {color: #c58ada}



#SO{
	color: #32b44a;
	text-align: left;
	font-size: 14px;
	margin-right: 25px;
	margin-top: 10px;
	line-height: 110%;
}

#SO a{
	text-decoration: none;
	color: #32b44a;
}
	
#SO a:visited {color: #c58ada}
#SO a:hover {color: #c58ada}


#footer{
	clear: both;
}