div#container {
	height:850px;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
}

div#menu {
	height:225px;
	width:900px;
}

div#page {
	height:500px;
	width:750px;
	padding-top:0px;
	padding-left:75px;
}

div#fck {
	padding:5px;
	}
	

body {
	font-family:Lucida Sans;
	color:#666666;
	}

p {
	font-family:Lucida Sans, Arial;
	font-size:10pt;
	color:#666666;
	line-height:12pt;
	}

	a {
	font-family:Lucida Sans;
	font-size:10pt;
	color:#cc3333;
	}


.label {
	font-family:Lucida Sans;
	font-size:10pt;
	color:#666666;
	}

	input.btnhov {
		border:1px solid #D5D5D5;
		background:#cc3333;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	 }

	 	input, textarea  {
		border:1px solid #D5D5D5;
		background:#F2F2F2;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	 }

label  {
	vertical-align:top;
	width: 60px;
	display:inline-block;
	height:5px;
	}

#form_div {
	padding-top:10px;
	}

#form_div p {
	height:12px;
	}
	
#form_div .submit {
	margin-top:25px;
	height:20px;
	}