body {
	background-color:#A611AA;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-y;
	background-position: center;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
	
/* Main Container for site structure*/	

#main{
	width:735px;
	margin: 0px auto;
	background-color: #FFCDFE;
	
}	


	
/*Content layout - LEFT SIDE*/	


#content
{
	margin: 0px auto;
	padding: 5px 5px 5px 5px;
	width: 650px;
	
}

/*Headings*/

H1 {
	font-size: 18px;
	color: #6E0070;
	padding: 5px 0px 0px 0px;
	font-variant:small-caps;

	}
	
H2 {
	font-size: 16px;
	color: #6E0070;
	
	}

H3 {
	font-size: 15px;
	color:  #6E0070;
	}

H4 {

	font-size: 14px;
	color: #6E0070;
	}
	
H5 {
	font-size: 16px;
	color: #294D9B;
	font-weight:lighter;
	margin: 0px;
	}
	

a { 
	color: #6E0070;
	text-decoration: underline;

	}
	
a:visited { 
	color: #6E0070;
	text-decoration: underline;
	}	

a:hover {
	color: #000000;
	text-decoration: none;
	}

#footer
{

	height: 20px;

}

.box {
	width: 600px;
	margin: 0px auto;
	padding: 5px 5px 5px 5px;
	border: 1px dashed #A611AA;
	background-color:#F3F7FC;

}