@charset "UTF-8";
/* CSS Document */

body {
	background:#006a63;

	margin:0;
	padding:0;
}

#wrapper {
	margin:auto;
	min-width:870px;
	max-width:1200px;
}

#header {
	margin:0 0 0 100px;
	width:700px;
}


#mainbodywrap {
	float:left;
	width:65%;
	background:#ffffff url(../images/layout/toprepeat.gif) 0 0 repeat-x;
}

#mainbodywrapl {
	background:url(../images/layout/leftrepeat.gif) 0 0 repeat-y;
}

#mainbodywrapr {
	background:url(../images/layout/rightrepeat.gif) 100% 0 repeat-y;
}


#mainbodywrapbottom {
	background:url(../images/layout/lowerrepeat.gif) 0 100% repeat-x;
}

#mainbodywraplowerl {
	background:url(../images/layout/lowerleft.gif) 0 100% no-repeat;
}

#mainbodywraplowerr {
	background:url(../images/layout/lowerright.gif) 100% 100% no-repeat;
}


#mainbodywraptopl {
	background:url(../images/layout/topleft.gif) 0 0 no-repeat;
}

#mainbodywraptopr {
	background:url(../images/layout/topright.gif) 100% 0 no-repeat;
	padding:10px 14px;
}

#leftcolumn {
	float:left;
	min-width:100px;
	padding-right:11px;
}

#rightcolumn {
	width:120px;
	float:left;
}

#menu {
	text-align:right;
	margin-top:75px;
}

#menu a {
	text-decoration:none;
}

#footer {
	text-align:center;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
}