/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}

div#wrap {
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}

h1 {
	font-size: 14px;
	color: #FFFFFF;
	font-variant: normal;
	font-weight: bold;
	text-align:center;
}

h2 {
	font-size: 12px;
	color: #FFFFFF;
	font-variant: normal;
	font-weight: bold;
	text-align:center;
}

.box {
	margin-left:10px;
	margin-top:80px;
	width:200px;
	float:left;
	position:relative;
	text-align:center;


}

div#menu {
	float: left;
	width: 180px;
}

div#content{
	float: left;
	border: 7px solid #F7F4A2;
	padding:20px;
	width:500px;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FAE128;
	margin-left:50px;
}

.linkW {
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: none;
}
