@charset "utf-8";
/* CSS Document */

#wrapper {
	margin: 0 auto;
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
}

#header, #footer  {
	margin:0 auto;
	padding:15px 0 5px 0;
	background-color:#231f20;
	color: #fff3b9;
	vertical-align:middle;
}

#header{
	height: 70px;
	text-align: center;
	font-size: 20px;
}

#footer {
	height: 30px;
	text-align: center;
	font-size: 12px;
	color: #fff3b9;
}

#footer a, a:hover {
	color:#F63;
}

#content {
	margin:0 auto;
	height: 436px;
	background-image:url(imagesNew/bg.jpg);
}

#content #menu  {
	float: left;
	padding: 20px 0 20px 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
}

#content #menu a {
	color: #670000;
	text-decoration: none;
}

#content #menu a:hover {
	color: #F63;
	text-decoration: none;
}

#content #welcome, #content #form, #announcement {
	width: 280px;
	position: relative;
	margin: 0;
	padding: 20px 0 20px 0;
	margin-left: 230px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

#content #latestIssue {
	float: left;
	padding: 20px 0 20px 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

#content #subscription {
	width: 280px;
	height: 5px;
	position: relative;
	margin: 0;
	padding: 20px 0 20px 0px;
	margin-left: 230px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

#content #user_message {
	width: 250px;
	position: relative;
	margin: 0;
	padding: 0 20px 0 0;
	margin-left: 230px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
}