@import url(reset-fonts.css);

/*DEBUG*/
font {border: 1px red solid;}
/*DEBUG*/





html {background: #231f58;}
body {margin: 0; padding: 0;}
a {color: #fff;}
a:hover {color: #9A94D8;}
/* */
	#page {
		width: 780px;
		margin: 0 auto;
		position: relative;
		background: url(img/bg.gif) no-repeat 0 0;
		color: #fff;
	}


/* HEADER */
	#header {
		height: 100px;
		color: white;
		text-transform: uppercase;
		padding: 20px 0 0 100px;
	}
	#header a {
		color: white;
		text-decoration: none;
		}
	#header h1 {
		font-size: 200%;
		font-weight: normal;
		letter-spacing: 0.5em;
		}
	#header #signature {font-size: 77%;}

/*CONTENT*/
	#content {
		width: 630px;
		float: right;
		padding-bottom: 20px;
	}
	#content p,
	#content ul,
	#content h1,
	#content h2,
	#content h3,
	#content h4,
	#content h5,
	#content h6,
	#content h6
	{margin: 0 0 1em 0;}

/* MENU */
	#menu {
		width: 130px; float: left;
		font-size: 110%;
		}
	#menu a {text-decoration: none;}
	#menu li {
		text-align: right;
		padding: 10px 5px;
		}
	#menu li.selected {border-bottom: 1px #fff solid;}
	#menu li a.selected {color: orange;}
/*FOOTER*/

	#footer {
		clear: both;
		padding: 15px; margin: 15px 0 0 0;
		border-top: 1px rgb(103,104,132) solid;
		color: #fff;
		font-size: 85%;
		line-height: 1.8;
		}
	#footer a {color: #fff;}
	
	.textarea {
		width: 400px;
		height: 250px;
	}
	
	.textfield, .email {
		width: 200px;
	}
	
	.required {
		vertical-align:top;
	}
	.field_valid input {
		margin-left:107px;
	}
	.directories li {
		margin-left:10px;
		text-transform: capitalize;
		padding-top:3px;
		padding-bottom:3px;
		list-style-type:disc;
	}
	.pagenumbers a, .pagenumbers a.selected, .pagenumbers a.hover, .pagenumbers a.visited {
		color:#fff;
	}