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

body {
	background:#fff;
	font-family:Tahoma;
	font-size:12px;
	font-weight:normal;
	margin:0px;
}

a{ 
	text-decoration:none;
	color:#332920;
}

a:hover {
	text-decoration:underline;
	color:#be0e32
}

h1 {
	font-size:16px	
}

#bg {
	background:url(../media/images/bg.gif) repeat-x
}
