body{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #000;
	color: #fff;
	background-position: 0px 0px;
	font-family : Verdana, Aerial Black,"Times New Roman", Times, serif;
	font-size: 1em;
}
#header{
	margin: 0px auto 0px;
	width:  758px;
	padding: 0px 0px 0px 0px;
	height: 136px;
	text-align: center;
}
#container{	
	margin: 0px auto 0px;
	width:  758px;
	padding: 0px 0px 0px 0px;
	min-height: 800px;
	text-align: center;
	background-image: url(../fx/bg.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
}
#menu{
	width: 291px;
	float: left;
}
#menu ul, #menu ul a{
	list-style: none;
	text-align: right;
	margin-right: 6px;
	font-size: 28px;
	margin-top: 5px;
	color: #fff;
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
#menu ul a:hover{
	color: orange;
}
#add{
	color: #fff;
	font-size: 18px;
	margin-right: 12px;
	text-align: right;
}
#content{
	width: 425px;
	float: right;
	font-size: 12px;
	margin: 0px 15px 0px 15px;
	text-align: left;
	color: black;
}
#content ul{
	line-height: 22px;
}
#content img{
	border: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#footer{
	position: relative;
	top: 0px;
	overflow: hidden;
	margin: 0px auto 0px;
	width:  758px;
	padding: 0px 0px 0px 0px;
	height: 36px;
	text-align: right;
	background-image: url(../fx/footer.jpg);
}
#footer p{
	font-size: 12px;
	margin-right: 30px;
}
h1{
	clear: both;
	font-size: 18px;
	margin: 10px 0px 0px 0px;
	color: #e69600;
}
h1 span{
	color: #000;
}
h2{
	font-size: 18px;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
	color: #000;
}
h3{
	font-size: 30px;
	margin: 0px 0px 0px 0px;
	letter-spacing: 2px;
}
a:link, a:visited{
	color: black;
	text-decoration: underline;
}
a:hover{
	color: #e69600
}
.left{
	float: left;
	text-align: left;
}
.right{
	float: right;
	text-align: right;
}
.red{
	color: red;
}

/* form */
form{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
fieldset {
	margin: 1.5em 20px .5em 20px;
	padding: 0em 1em 10px 10px;
	border: 1px solid #e69600;
}
legend {
	font-weight: bold;
	color: #000;
	background-color: transparent;
	font-size: .9em;
	padding: .1em .3em;
	border: 1px solid #e69600;
	margin: 0px 0px 10px 0px;
}

.input {
	margin-left: .5em;
	border: 1px solid #e69600;
	background-color: transparent;
}
label {
	margin: 5px 0px 0px 0px;
	display: block;
	width: 8em;
	text-align: right;
	float: left;
}
fieldset div{
	margin: 10px 0px 0px 0px;
}
#button {
	float: right;
	margin: 12px 0px 10px 0px;
}