@charset "utf-8";
/* CSS Document */

html
{
	height:100%;
	overflow-y: scroll;
}

body 
{
	background-color:#dee3dc;
	font-size:18px;
	font-family: 'Josefin Sans Std Light', arial, serif;
    padding:0px;
    margin:0px;
    text-align:center;
    color:#000000;
    height:100%;       
    width:100%;
}

A
{
  text-decoration:none;
  color:#000000;
}

A:hover
{
  text-decoration:underline;
}

img 
{
	border:none;
}

img.rightfloat
{
	float:right;
	padding-left:10px;
	margin-top:8px;
}

img.leftfloat
{
	float:left;
	padding-right:10px;
	margin-top:8px;
}

p
{
	margin-top:0px;
	margin-bottom:0px;
	padding-top:5px;
	padding-bottom:5px;
}

#wrapper
{
	background-image:url(../images/main_bg.jpg);
	background-repeat:no-repeat;
	background-position: 50% 150px;
}

#header
{
	height:130px;
	background-image:url(../images/header_bg.jpg);
	background-repeat:repeat-x;
}

#main
{
	width:900px;
	height:650px;
	text-align:left
}

#menu
{
	width:200px;
	float:left;
}

#menu UL
{
	list-style:none;
	margin:0px;
	padding:0px;
}

#menu LI
{
	list-style:none;
	margin:0px;
	padding:0px;
	margin-top:5px;
	margin-bottom:5px;
	text-transform:uppercase;
}

#menu LI A, #menu LI EM
{
	font-family: 'Josefin Sans Std Light', arial, serif;
	font-size:14px;
	text-align:center;
	line-height:20px;
	display:block;
	width:200px;
	padding-top:4px;
	padding-bottom:4px;
}

#menu LI A
{
	background-image:url(../images/beige_050.png);
	background-repeat:repeat;
	color:#000000;
}

#menu LI EM
{
	font-style:normal;
	background-image:url(../images/orange_100.png);
	background-repeat:repeat;
	color:#FFFFFF;
}

#menu LI A:hover
{
	background-image:url(../images/beige_100.png);
	background-repeat:repeat;
	text-decoration:none;
}

#content
{
	 width:680px;
	 padding-left:20px;
	 padding-top:10px;
	 float:right;
	 text-align:justify;
}

#footer
{
	height:10px;
	width:100%;
	font-size:12px;
	color:#663300;
	text-align:center;
}

h1
{
	text-align:center;
	font-size:22px;
	font-weight:bold;
	font-family: 'Josefin Sans Std Light', arial, serif;
	text-transform:uppercase;
	text-shadow: #999999 3px 3px 3px;
}

h2
{
	font-size:18px;
	font-weight:bold;
	font-family: 'Josefin Sans Std Light', arial, serif;
}

h3
{
	font-size:14px;
	font-weight:bold;
	font-family: 'Josefin Sans Std Light', arial, serif;
}