/* CSS Document */
body
{
 font-family:Arial;
 font-size:12px;
 background-color:#FFFFC4;
 margin:0px;
 background: url(spacer2.png) repeat-x;
}

img {border:0px;}

h1 {font-size:18px;color:#000000;}
h2 {font-size:16px;color:#000000;}
h3 {font-size:14px;color:#000000;}
p  {margin-top:0px;}

a:link, a:visited, a:active, a:hover
{
  text-decoration:none;
  color:#333333;
  font-size:12px;
}

a:active, a:hover
{
 text-decoration:underline;
}

#global {
width:930px;
margin:0px auto;
text-align:justify;
border:solid 1px #000000;
background: url(spacer.png) repeat-y;
}

#title2 {
	margin:-17px auto 0 0;
	width:930px;
	z-index:2;
	height:20px;
}

.picture {
width:930px;
height:200px;
}

.nav1
{
margin-left:10px;
}

.nav2
{
margin-right:5px;
}

#left {
	width:115px;
	line-height:20px;
}

#right {
	width:155px;
	line-height:20px;
}

#left {
float:left;
margin-top:15px;
}

#right {
float:right;
margin-top:15px;
}

#content {
	float:left;
	width:630px;
	padding: 15px;
}

#contentleft {
	float:left;
	margin-top: 15px;
	width:300px;
	height:350px;
}

#contentright {
	float:right;
	margin-top: 15px;
	width:300px;
	height:350px;
}

#footer {
	background-color:#FE8347;
	width:930px;
	height:55px;
	text-align:center;
	clear:both;
}
