* {
	padding:0;
	margin:0;
	border:0;
}

body {
	background: 	#283745 url('../images/background.jpg') center top no-repeat;
	color:  		white;
	font:1em Verdana;
	text-align:justify;
}

abbr, acronym {
	border-bottom:1px dotted white;
}

a:hover {
	color: #FFFFFF;
}

hr {
    border: none 0;
    border-top: 1px solid #3d5464;/*the border*/
    width: 100%;
    height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}


#Content {
	width:700px;
	margin:0 auto;
	padding:20px 0 0 0;
}

#Menu{
	font:0.8em Verdana;
	float:left;
	width:195px;
	text-align: right;
	padding: 70px 0 0 0;
}

#BodyContent {
	float:right;
	width:490px;
	padding: 0 0 0 10px;
}

#BodyContent a{
	color: #acc1cc;
}

#BodyContent a:hover{
	color: #FFFFFF;
}

#BodyContent p{
	text-align: left;
	padding: 15px 0 0 0;
}

#BodyContent img{
	border: solid #FFF 3px;
	margin: 30px 0 30px 0;
}

#Content h1 {
	padding: 0 0 20px 0;
}

#HomeLink{
	margin: 0 0 50px 200px;
}

/*----------------- Menu -----------------*/

#Content #Menu ul {
	list-style-type: none;
}

#Content #Menu ul li {
	margin:5px;
}

#Content #Menu ul li a {
	color: #acc1cc;
	width:122px;
	height:50px;
	text-decoration: none;
	padding: 0 30px 0 0;
	
}

#Content #Menu ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}