@charset "utf-8";

/* CSS Document */
body, html
{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
.clear
{clear:both;}
a, img
{
	border:none;
}

body
{
	background:#632684;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	
}
h1
{font-size:20px;}
h2
{font-size:18px;}
h3
{font-size:16px;}
div#wrapper1
{
	background:url(../images/background-topleft.gif) no-repeat top left;
	width:100%;

}

div#wrapper2
{
	background:url(../images/background-topright.gif) no-repeat top right;
	width:100%;
	
}

div#wrapper3
{
	background:url(../images/background-bottomright.gif) no-repeat bottom right;
	width:100%;

}

div#container
{
	margin:auto;
	width:906px;
}

div.cont1
{
	margin-top:30px;
	width:906px;
	height:58px;
	overflow:hidden;
	background:url(../images/cont1top.gif) no-repeat;
	float:left;
}

div.cont2
{
	width:906px;
	overflow:hidden;
	background:url(../images/cont1center.gif) repeat-y;
	float:left;
}

div.cont3
{
	width:906px;
	overflow:hidden;
	height:34px;
	background:url(../images/cont1bottom.gif) no-repeat;
	float:left;
}

div#logo
{
	margin:auto;
	width:382px;
}
div.cont2 table
{width:90%;margin:auto;}
div.cont2 table tr td
{text-align:center;}

div.cont2 table.left tr td
{text-align:left;}

div#content
{text-align:center;}

div#links img
{margin:5px 10px 5px 10px;border:none;}

div#links a
{border:none;}
