
/* Main layout */

html {
	overflow: auto;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #f2f2f2;
	background: #bac8e2;
	margin: 0px;
	padding: 0px;
}

#back {
	width: 700px;
	height: 577px;
	margin: 5px auto 0px auto;
	background: url('img/back.jpg');
	overflow: hidden;
}

#container {
	width: 660px;
	height: 560px;
	margin: 5px auto 0px auto;
	overflow: hidden;
}

#top {
	width: 660px;
	height: 69px;
	background: url('img/top.jpg');
}

#menu {	
	width: 140px;
	height: 157px;
	float: left;
	background: url('img/menu.jpg');	
}

#content {
	width: 520px;
	height: 495px;
	float: right;
	background: url('img/content.jpg');
}


/* Markup */

.active {
	color: #CADEFF;
	cursor: default;
}

a:link {
	color: #f2f2f2;
}

a:visited {
	color: #f2f2f2;
}

a:active {
	color: #CADEFF;
}

#menu ul {
	margin: 0px 0px 0px 43px;
	padding: 0px;
	list-style-type: none;
}

#menu li {
	margin: 11px 0px 0px 0px;
	padding: 0px;
}

#menu a {
	color: #E6E6E6;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#menu a:hover {
	color: #FFF;
}

#content_text {
	width: 450px;
	height: 480px;
	font-size: 10px;
	font-weight: bold;
	margin: 15px 0px 0px 30px;
	overflow: auto;
}

#content_text_contact {
	width: 450px;
	height: 460px;
	font-size: 10px;
	font-weight: bold;
	margin: 30px 0px 0px 30px;
	overflow: auto;
}

#content_text_contact img {
	float: left;
	background: #78BBFE; 
	border: 1px solid #000;
	padding: 3px;
	margin-right: 3px;
}

#top img {
	border: 0px;
}

h1 {
	font-size: 10px;
	color: #CADEFF;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}