@charset "utf-8";
/* CSS Document */
body
{
	font-family:Arial, Helvetica, sans-serif;
	color:#757575;
	font-size:12pt;
}

#container
{
	margin:0 auto;
	width:710px;
	background-color:#eeeeee;
}

#nav
{
	background-color:#ffffff;
	height:114px;	
	vertical-align:bottom;
}

#navHome
{
	width:293px;
	float:left;
	margin-left:15px;
	vertical-align:bottom;
}

#navLogo
{
	float:right;
	width:194px;
}

#content
{
	background-image:url(../images/contentTop.jpg);
	background-repeat:repeat-x;
}
#contentLeft
{
	width:398px;
	height:456px;
	background-image:url(../images/contentInner.jpg);
	padding:0;
	background-repeat:no-repeat;
	float:left;
}

#contentLeft p
{
	padding:0 15px 0px 15px;
}

#contentRight
{
	margin-left:450px;
	width:380px;
	height456px:;
}

.clear
{
	clear:both;
}

h1
{
	margin:0;
	padding:15px 0 0 15px;
	font-size:16pt;
}

img
{
	border:none;
}