* { padding: 0; margin: 0; }

body {
	font-family: verdana;
	font-size: 12px;
	color: #fff;
	background-image: url(images/bgbody.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #282828;
}
a{
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a:hover{
	color: #FF0000;
}
h1{
	font-size: 18px;
}

img{border:0px}

#wrapper {
	margin: 0 auto;
	width: 950px;
	background-image: url(images/wrapbg.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}
#header {
	width: 950px;
	height: 245px;
	text-align: right;
}
#content {
	width: 890px;
	min-height:450px;
	height:auto !important;
	height:450px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#leftcolumn {
	float: left;
	width: 710px;
	margin: 0px;
	color: #999999;
}
#footer {
	width: 920px;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	clear: both;
	float: left;
}

#navlist{
	float: right;
}
#navlist li
{
	display: inline;
	list-style-type: none;

}
#navlist li a
{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}

#navlist li a:hover
{
	color: #FF0000;
	background-color: #2B2B2B;
}
#navcontainer {
	font-size: 10px;
	color: #666666;
	float: right;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;

}

#navcontainer a
{
	display: block;
	width: 150px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 5px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	background-color: #333333;
}

#navcontainer a:link, #navlist a:visited
{

}

#navcontainer a:hover
{
	color: #FF0000;
	background-color: #2B2B2B;
}
.floatright{
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	background-image: url(images/bgimgfloat.jpg);
}
.headmain{
	float: left;
	width: 670px;
	padding-right: 10px;
	padding-left: 20px;
	background-color: #383838;
	color: #CCCCCC;
	border: 5px solid #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.myform{
	width:500px;
	padding:14px;
}
	/* ----------- basic ----------- */
	#basic{

	}
	#basic h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
	#basic p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #dedede;
		padding-bottom:10px;
	}
	#basic label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:140px;
		float:left;
	}
	#basic .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
#basic input{
	float:left;
	width:300px;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 10px;
	}

	#basic textarea{
		float:left;
		width:200px;
		margin:2px 0 30px 10px;
	}
	#basic button{ 
		clear:both;
		margin-left:150px;
		background:#888888;
		color:#FFFFFF;
		border:solid 1px #666666;
		font-size:11px;
		font-weight:bold;
		padding:4px 6px;
	}
.cc{
	float: right;
}

