/*
Layout by: so-fetch.org
*/

body {
	margin:0;
	background:url('http://www.viimee.com/images/bg.png') repeat;
	font:12px arial;
}

#container {
	width:792px;
	text-align:center;
}

#header {
	width:985px;
	height:200px;
	background:url('http://www.viimee.com/images/header.png') no-repeat;
	position:left;

}

a, a:link, a:active, a:visited {
	color:#a9c200;
        }

h1 {
	position:absolute;
	top:30px;
	left:10px;
	margin:0;
	padding:0;
	color:black;
	font:31px century gothic, arial;
	font-weight:bold;
	letter-spacing:-2px;
	text-transform:uppercase;
}

h2, h3, h4 {
	margin:0;
	padding:0;
        background-color: #29c7f0;
	text-transform:uppercase;
	letter-spacing:-1px;
	font-family:verdana;
	font-size:170%;
        color: #a5eeff;
}

p {
	margin:0;
	padding:5px;
        color: #009dc1;
        background-color: #23e8ff;
}

span#slogan {
	position:absolute;
	color:#ff62b4;
	top:62px;
	left:10px;
	letter-spacing:5px;
	font:10px century gothic, arial;
	text-transform:uppercase;
	font-weight:bold;
}

#content {
	width:985px;
	background:url('http://www.viimee.com/images/innerbg.png') repeat-y white;

}

.update {
	height: 86px;
	width: 234px;
	overflow: auto;
	position: relative;
	top: 75px;
	left: 660px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-style: bold;
	color: #0075b2;
	font-size:8pt;
}

.clear {
	clear:both;
}

#footer {
	width:985px;
	background:url('http://www.viimee.com/images/footer.png') no-repeat transparent;
	padding:30px;
        color: #7d990d;

}
#footer a:link, #footer a:visited {
	color:#ff62b4;
}
#maincontent {
	width:573px;
	color: #a5eeff;
	float:left;
	margin-left:18px;
        font-size: 8pt;
}

#menu {
	float:left;
	width:175px;
	margin-left:13px;
}

#menu a:link, #menu a:visited {
	padding:3px;
	display:block;
	color:#ff0090;
	text-decoration:none;
	font:10px arial;
	text-transform:uppercase;
}

#menu a:hover {
	background:#ffd800;
        text-decoration:overlined;
        color: #ff0078;
}
#menuleft {
	float:right;
	width:175px;
	margin-right:13px;
}

#menuleft a:link, #menu a:visited {
	padding:3px;
	display:block;
	color:#ff0090;
	text-decoration:none;
	font:10px arial;
	text-transform:uppercase;
}

#menuleft a:hover {
	background:#ffd800;
        text-decoration:overlined;
        color: #ff0078;
}