body {
	background: #330033; 
	font-family:Parisian-MT;
        font-size:14px;
}
	
hr {
	border: 0;
	background-color: #000000;
	height: 1px;
}

div.seperator {
	float: left;
	height: 5px;
        width: 100%;
	background: url('../images/seperator.jpg') repeat-x;
	font-size: 0;
}

div.box {
	background: #FFF;
	margin-top: 0px;
	margin-bottom: 10px;
	border: 1px solid #330033;
}

div.heading {
	background: url('../images/nav_gradient.jpg');
	font-size: 15px;
	color: #FFD700;
	padding: 2px;
}

img.floatRight { 
    float: right; 
    margin: 4px; 
}

div#capsule {
	float: left;
	top: 0px;
;	background: #A9A9A9;
;	background: white;
	background: #9966CC;
	width: 100%;
	padding-bottom: 10px;
}

div#logo {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url('../images/logo_gradient.jpg');
	text-align: center;
}

div#logo_pic {
	padding-left: 10px;
}

div#logo_text {
	font-size: 35px;
	font-weight: bold;
	color: #330033;
	text-align: left;
}

div#nav {
	width: 100%;
	background: url('../images/nav_gradient.jpg');
}

#left_box {
	float: left;
;	background: #A9A9A9;
	background: #9966CC;
        margin-top: 10px;
	margin-left: 10px;
        height: auto;
        width: 20%;
}

#right_box {
	float: left;
;       background: #A9A9A9;
	background: #9966CC;
        margin-top: 10px;
        margin-left: 10px;
        height: auto;
        width: 20%;
}

div#content {
	float: left;
;	width: 73%;
	width: 55%;
	height: auto;
	background: #FFF;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
}

div#footer {
	float: left;
	width: 100%;
	background: url('../images/footer_gradient.jpg');
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}


