body {
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
	margin: 0px;

	background-color: #FFE99D;
  	font-size: 14px;
  	color: #000;
}

table {
	font-size: 12px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC0000;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #6600FF;
	text-decoration: none;
}

#container_big {
	width: 818px;
	padding: 0px;
	margin: 0px;
}

#container {
	float: left;
	position: relative;
	width: 818px;
	text-align: left;
	padding: 0px;
}


#header {
	float: left;
	position: relative;
	width: 818px;
	height: 174px;
	text-align: left;
	background-image: url(images/hd.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
}
 

#menu {
	float: right;
	position: relative;
	width: 818px;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	overflow: hidden;
	height: 35px;
	text-align: center;
	top: 93px;
	left: 2px;
}

#menu a {
	display: block;
	float: left;
	position: relative;
	text-align: center;
	width: 136px;
	height: 35px;
	overflow: hidden;
	line-height: 33px;
	color: #000;
}

#menu a:hover {
	color: #3300CC;
	text-decoration: underline;
}


#menu2 {
	float: right;
	position: relative;
	width: 818px;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	overflow: hidden;
	height: 43px;
	text-align: center;
	top: 95px;
	left: 1px;
}

#menu2 a {
	display: block;
	float: left;
	background: url(images/hd2.gif) no-repeat left;
	position: relative;
	text-align: center;
	width: 136px;
	height: 43px;
	overflow: hidden;
	line-height: 45px;
	color: #000;
}

#menu2 a:hover {
	color: #3300CC;
	text-decoration: underline;
}


#content {
	float: left;
	position: relative;
	width: 810px;
	text-align: left;
	padding: 4px;
	overflow: hidden;
	background-color: #FFE99D;
	
}


#right {
	width: 290px;
	;
	float: right;
	position: relative;
	right: 10px;
	top: 0px;
	color: #000;
	font-size: 12px;
	border-left: solid 2px #A16AD6;
	background-color: #FFE99D;
}

#main {
	float: left;
	position: relative;
	width: 490px;
	left: 0px;
	background-color: #FFE99D;
}

#mainfull {
	float: left;
	position: relative;
	width: 770px;
	left: 10px;
}



img {
    
	background: #A16AD6;
  	padding: 2px ;
	}

img.float-right {
  margin: 5px 0px 5px 10px;  
}
img.float-left {
  margin: 5px 10px 5px 0px;
}


#footer {
	float: left;
	position: relative;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 818px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align: center; 
	color: #000000;
	padding: 15px 0 20px 0;
	height: 20px;
	border-top: solid 1px #A16AD6;
}

#footer a {
	color: #000;
	margin-left: 5px;
	margin-right: 5px;
}

#footer a:hover {
	color: #000;
	text-decoration: none;
}


.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }
