ul{
	margin-left: 3em;
	}

ol{
	margin-left: 3em;
	}

a{
	text-decoration: none;
	color: #000000;
	}

img{
	border: 0px solid #C4C2C2;
	}

/* Header */

#header   { 
	background: url("../img/img02b.gif") repeat-x; 
	height: 38px 
	}

/* Header > Menu */

#menu {
	width: 95%;
	height: 24px;
	margin: 0 0 0 0;
	}

#menu ul {
	margin: 0 0 0 25px;
	padding: 4px 0 0 0;
	list-style: none;
	}

#menu li {
	display: inline;
	}
	
/* top right bottom left */

#menu a{ 
	color: #ffffff; 
	font-size: 12px; 
	font-weight: bold; 
	background: url("../img/site/img03i.gif") repeat-x; 
	text-align: center; 
	display: block; 
	margin: 0; 
	padding: 1px 12px 0; 
	height: 25px; 
	float: left; 
	border: solid 1px #222222 
	}

#menu a:hover{ 
	text-decoration: none; 
	background-image: url("../img/site/img04f.gif") 
	}

#menu .active a{ 
	background-image: url("../img/site/img05.gif") 
	}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	}

/* Content > Main */

#main {
	float: right;
	width: 460px;
	}

/* Content > Main > Welcome */

#welcome {
	padding-top: 5px;
	}

/* Footer */

#footer {
	clear: both;
	padding: 20px 50px;
	border-top: 4px solid #393F4D;
	background: #444C5D;
	}

#footer p {
	width: 700px;
	margin: 0 auto;
	font-size: x-small;
	color: #FFFfff;
	}

#footer a {
	text-decoration: underline;
	color: #FFFfff;
	}

#footer a:hover {
	text-decoration: underline;
	}
