@charset "UTF-8";
/* CSS Document */

#page {
	width:753px;
	margin: 0 auto;
}

body {
background-image:url(images/bg.jpg);
background-repeat:repeat-x;
background-color:#efedf2;
margin: 0 auto;
}


#nav-header {
	width:265px;
	float:left;
}

#nav {
	width:260px;
	float:left;
}

#content-header {
	width:488px;
	height:165px;
	background-image:url(images/name.png);
	background-repeat:no-repeat;
	float:left;
	margin-bottom:0px;
}


#content {
	width:488px;
	background-color:#fff;
	float:left;
	margin-top:0px;
}

#form {
	background-color:#fff;
	width:220px;
	padding-top:20px;
	padding-bottom:30px;
}

#nav-subtitle {
	width:215px;
	background-color:#DAEBE5;
	padding-left:6px;
}
