@charset "utf-8";

body {
background-image:url(Images/bg_1px.jpg);
background-repeat:repeat-x;
background-color:#e2e3e8;
margin:0px;
padding:0px;
}

div.container {
	width=1000px;
}

div.sidebar{
	width:305px;
	padding-left:15px;
	float:left;
	text-align:center;
}

div.sidebar img{
	margin-top:140px;
}

div.main{
	width::600px;
	min-height:600px;
	float:left;
}
div.centerer{
	text-align:center;
	width:600px;
	}
div.nav {
	width:572px;
	height:30px;
	text-decoration:none;
	text-align:center;
	margin-left:9px;
	padding-left:10px;

	background-color:#53146d;
}

div.nav a{
	font-family:Candara;
	font-size:12px;
float:left;
text-decoration:none;
color:#FFFFFF;
display:block;
padding:8px 10px 6px 20px;
background-color:#53146d;
}

div.nav a:hover{
background-color:#3b0053;
}


div.contentTop{
	height:19px;
	width:600px;
	margin-top:60px;
	background-image:url(Images/content_top.png)
	}

h1{
font-size:14px;

}

div.contentMiddle{
	width:600px;
	background-image:url(Images/content_middle_1px.png);
	min-height:500px;
	overflow:auto;
	}
div.contentMiddle img{
	
}

img.headerImg{
	margin-left:19px;

}

	div.contentText{
	float:left;
	width:460px;
	padding-left:40px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#3e3c3f;
	margin-bottom:30px;
	}
	
div.contentText a{
	color:#4e006e;
	text-decoration:none;
	}
	div.contentText a:hover{
	color:#8c00c6;
	}
	
div.contentBottom{
	height:49px;
	width:600px;
	background-image:url(Images/content_bottom.png);
	}
	
div.copy{
	font-family:Candara;
	font-size:12px;
	width:560px;
	text-align:right;
	padding-right:30px;
	margin-bottom:30px;
	color:#3e3c3f;
	}
div.copy a{
	color:#4e006e;
	text-decoration:none;
	
	}
	div.copy a:hover{
	color:#8c00c6;
	}
	
img.logo {
}
	