/* -------- GENERAL CSS -------- */

* {
    padding: 0;
    margin: 0;
} 

body {
    background: #fff url('images/page_bg.gif');
	font: normal 12px/18px "Arial", "sans-serif";
	color: #3e3e3e;
}

a {
	color: #3B6EBF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 10px 0 10px 0;
}


#content h1 {
	color: #303030;
	font-size: 17px;
	margin: 5px 0 20px 0;
}
#content h2 {
	color: #303030;
	font-size: 14px;
	margin: 15px 0 15px 0;
}

#menu h2 {
	color: #303030;
	font-size: 14px;
	margin: 15px 15px 0 15px;
}


/* -------- LAYOUT -------- */

#wrap {
	margin: 0 auto;
	width: 900px;
	background: #fff url('images/bg.gif');
	background-repeat: repeat-y; 
}

#header {
	height: 200px;
	background: #eee url('images/header.gif');
}

#content {
	float: left;
	width: 600px;
	padding: 20px;
	text-align: justify;
}

#menu {
	margin: 0 0 0 600px;
	padding: 0;
}

#footer {
	clear: both;
	background: #ff99ff;
	color: #000;
	height: 40px;
	border: 1px solid #000;
	border-top: 0;
}

/* -------- MENU LIST -------- */

#menu ul {
	padding: 20px 5px 15px 15px;
	margin:0;
}

#menu li {
	padding:6px 0;
	list-style-type: none;
}

#menu li a {
	color: #000066;
}
