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

html, body {
	width: 100%;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	background: #FFFFFF url(../images/background.gif) repeat-x;
}

a:link 		{ color: #0099CC; text-decoration: none; }
a:visited 	{ text-decoration: none; color: #0099CC; }
a:hover		{ text-decoration: none; color: #000000; }
a:active	{ text-decoration: none; }

#content 	{ width: 790px; margin: 50px auto 0 auto; }

#image 	{ margin: 0px; padding:0px;  }

#menu 	{ height: 25px; background-image: url(../images/menu_background.gif); background-repeat: repeat-x; margin: 0px; }
