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

* {
	margin:0;
	padding:0;
}
body {
	text-align:center;
	background:#312C1A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
#wrapper {
/*	margin:164px auto 0 auto; */
	margin:50px auto 0 auto;
	width:760px;
}
#blogLink {
	width:40%;
	float:left;
	text-align:left;
	margin:0 0 0 20px;
}
#blogLink a:link {
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
}
#blogLink a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
}
#blogLink a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:normal;
}
#loginLinks {
	width:40%;
	float:right;
	text-align:right;
	margin:0 20px 0 0;
}
#loginLinks a:link {
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
}
#loginLinks a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
}
#loginLinks a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:normal;
}
#flashContainer {
	width:760px;
	height:480px;
}



#footer  {
	color: #4B4228;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin:20px 0 0 0;
}
#footer a:link,
#footer a:visited {
	color: #4B4228;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
