/*Generic Template {{{purple style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
html {
	min-height: 100%;
	height: auto;
	height: 100%;
	}	
	
body {
	background: #000;
	color: #000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.container {
	width: 760px;
	margin: 0 auto;
	border: 5px solid #92278f;
	}		
	
#header {
	background: url(images/header_purple_01.jpg) 0 0 no-repeat;
	height: 249px;
	width: 760px;
	}
	
#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 45px;
	color: black;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	padding-top: 100px;
	margin: 0;
	}
	
h1,h2,h3,h4,h5,h6 {
	padding:10px 0;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
	}	
	
h1 {
	font-size: 22px;
	}		
	
h2 {
	font-size: 20px;
	}
	
a {
	color: purple;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}
	
a:visited {
	color: gray;
	}	
	
h3 {
	font-size: 18px;
	}	
	
h4 {
	font-size: 16px;
	}	
	
h5 {
	font-size: 14px;
	}	
/*-- navigation --*/
.menu1 {
	width: 760px;
	position: absolute;
	top: 40px;
	left: 0;
	}
	
.menu1 ul {
	list-style-type: none;
	text-align: center;
	padding-bottom: 10px;
	}	
	
.menu1 li {
	list-style-type: none;
	display: inline;
	}
	
.menu1 ul a {
	display: inline;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin-right: 10px;
	}		
	
.menu1 ul a:hover {
	text-decoration: underline;
	}
		
.content_wrap {
	width: 760px;
	background: #4b0049 url(images/top_wrap_purple_02.jpg) 0 0 no-repeat;
	position: relative;
	padding-top: 40px;
	}		
	
.top_content {
	background: url(images/top_content_purple_03.jpg) 0 0 no-repeat;
	height: 112px;
	}	
		
.content {
	width: 760px;
	background: url(images/content_purple_04.jpg) 0 0 repeat-y;
	}	
	
.content_text {
	width: 525px;
	margin: 0 auto;
	}	
	
.content_text ul {
	padding-left: 15px;
	}	
	
.bottom_content {
	background: url(images/bottom_content_purple_05.jpg) 0 0 no-repeat;
	height: 154px;
	}	
	
.content img {
	margin: 5px 0;
	}	
	
.content p {
	padding: 10px 0;
	}	
	
.footer {
	background: url(images/footer_purple_07.jpg) 0 0 no-repeat;
	height: 44px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	clear: both;
	}	
	
