body
{
	background-color: #ebebeb;
	background-image: url('images/background.gif');
	font-family: georgia, serif;
	font-size: 14px;
	color: #fff;
}

p
{
	margin:	12px 0px 12px 0px;
}

b
{
	color: #f24c8b;
}

ul
{
	list-style-image: url("images/bullet.gif");
}

ol, .italic
{
	font-size: 12px;
	font-style: italic;
}

h1
{
	margin: 10px 0px 10px 0px;
	font-size: 34px;
	font-weight: 800;
	font-family: georgia, serif;
	color: #fff;
}

h2
{
	margin: 6px 0px 0px 0px;
	font-size: 14px;
	font-weight: 800;
	color: #96ca3b;
}

img
{
	border: 0px;
}

a:link, a:visited, a:hover
{
	color: #aaa;
}

#main
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 757px;
	background-color: #fff;
}

#menu
{
	width: 100px;
	position: absolute;
	top: 144px;
	left: 0px;
}

#wrapper
{
	position: absolute;
	top: 0px;
	left: 100px;
	width: 657px;
/*	background-color: #555; */
}

#wrapperTop
{
	height: 124px;
	background-image: url("images/backgroundTop.jpg");
	margin: 0px 0px 0px 0px;
}

#wrapperBottom
{
	height: 24px;
	background-image: url("images/backgroundBottom.gif");
	text-align: center;
	font-size: 10px;
	color: #999;
	margin-bottom: 20px;
}

#wrapperBottom p
{
	margin: 0px 0px 0px 0px;
}

#divider
{
	background-color: #498dd3;
	text-align: center;
}

#divider p
{
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
}

#content
{
	background-color: #555;	
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	position: relative;
	width: 637px;
	min-height: 250px;
}

#footer
{
	background-color: #fff;
	color: #999;
	width: 657px;
	text-align: center;
	font-size: 10px;
}

#footer a:link, #footer a:visited, #footer a:hover {
	color: #999;
}

.attention
{
	color: #f00;
}

/* colors
	blue: 498dd3
	Green: 96ca3b
	Orange: ed7f32
	Pink: f24c8b
*/