/*---------------------------------*/
/* Main defaults for html document */
/*---------------------------------*/

body {
	background-color: #000000;
	color: #e996bf;	
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	font-size:11px;
	text-align: center;
}

div#outer {
	background-color:#000000;
	width: 751px;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 10px;
	text-align: left;
}

/*---------------------------------*/
/* Banner logo area*/
/*---------------------------------*/
div#header {
	background-color:#600531;
	width: 100%;	
}

.headermenu {
	background-color:#600531;	
	text-align: left;	
}
	
/*---------------------------------*/
/* Left hand panel*/
/*---------------------------------*/

div#nav {
	width: 170px;
	border: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;

    float: left;
}

/*---------------------------------*/
/* Main content*/
/*---------------------------------*/

div#main {
	margin-left: 190px;
	margin-top: 0px;
	padding: 10px;
	padding-top: 10px;	
    border-left: thin solid #600531;
	
}

/*---------------------------------*/
/* Lists*/
/*---------------------------------*/

ul.imagegallery {
	margin:0;
	padding:0;
	font-size:100%;
}

ul.imagegallery li {
	margin:0;
	padding:0;
	font-size:100%;
}

div#main li.narrowfixedlength {
	width:220px;
	height:350px;
	background:#000000;
	padding:10px;	
	text-align:center;
	position:relative;
	float:left;
 	display:inline;
	margin:5px;
}

div#main li.narrower{
	width:200px;
	background:#000000;
	padding:0px;	
	text-align:center;
	position:relative;
	float:left;
 	display:inline;
	margin:5px;	
}

div#main li.narrow{
	width:220px;
	background:#000000;
	padding:10px;	
	text-align:center;
	position:relative;
	float:left;
 	display:inline;
	margin:5px;
}

div#main li.wide {
	width:470px;
	background:#000000;
	padding:10px;	
	text-align:center;
	position:relative;
	float:left;
 	display:inline;
	margin:5px;
}

div#main li.medium {
	width:300px;
	background:#000000;
	padding:0px;
	padding-left:10px;	
	text-align:left;
	float:left;
 	display:inline;
}


/*---------------------------------*/
/* Bottom of page*/
/*---------------------------------*/

div#footer {
	margin: 0px;	
	padding: 15px;
	border-top: thin solid #600531;
	
}

/*---------------------------------*/
/* Image styles*/
/*---------------------------------*/
img {
	background-color: #022F26;
	padding: 0px;	
    border-color: #e475ac;
    border: 3px solid #e475ac;
    border-top: 3px solid #e475ac;
    border-left: 3px solid #e475ac;
    border-right: 3px solid #7f395b;
    border-bottom: 3px solid #7f395b;

}

#header img
{
    border: 3px none #09343D;
}

#nav img
{
    border: 3px solid #e475ac;
    border-top: 3px solid #e475ac;
    border-left: 3px solid #e475ac;
    border-right: 3px solid #7f395b;
    border-bottom: 3px solid #7f395b;
}

img.footer
{
    border: 0px none #09343D;
}

img.floatleft
{
    border-color: #e475ac;
    border: 3px solid #e475ac;
    border-top: 3px solid #e475ac;
    border-left: 3px solid #e475ac;
    border-right: 3px solid #7f395b;
    border-bottom: 3px solid #7f395b;
}

img.floatright
{		
    clear: right;
    border-color: #e475ac;
    border: 3px solid #e475ac;
    border-top: 3px solid #e475ac;
    border-left: 3px solid #e475ac;
    border-right: 3px solid #7f395b;
    border-bottom: 3px solid #7f395b;
    margin-top: 6px;
	margin-left: 15px;
	margin-bottom: 25px;	
}

.centre
{	    
    border-color: #e475ac;
    border: 3px solid #e475ac;
    border-top: 3px solid #e475ac;
    border-left: 3px solid #e475ac;
    border-right: 3px solid #7f395b;
    border-bottom: 3px solid #7f395b;
    margin-top: 6px;
	margin-left: 185px;
	margin-right: 140px;
	margin-bottom: 6px;
	text-align: center;
}

.textalignright
{		
    margin-left: 355px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*---------------------------------*/
/* Headers */
/*---------------------------------*/

h1 {
	font-weight: bold; 
	font-size: 12px; 
	color: #8f0949; 
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	text-decoration: none	
}

h2 {
	font-weight: bold; 
	font-size: 18px; 
	color: #e42681; 
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	text-decoration: none	
}

h3 {
	font-weight: bold; 
	font-size: 14px; 
	color: #eb127e; 
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	text-decoration: none	
}

h3.hilite {
	font-weight: bold; 
	font-size: 14px; 
	color: #f379b4; 
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	text-decoration: none	
}

p {

	margin: 0px;
	padding: 0px;	
	border: 0px none #000000;
}


/*---------------------------------*/
/* Links */
/*---------------------------------*/

a {
	color: #c37a9e;
	font-family: Verdana, Arial, Helvetica, Sans-Serif; 
	text-decoration: none
}

a:hover {
	color: #fc2e91;
	font-family: Verdana, Arial, Helvetica, Sans-Serif; 
	text-decoration: none
}

/*---------------------------------*/
/* Formatting */
/*---------------------------------*/

.centred {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;

}

.strong {
	font-weight: bold;
}

.hilite {
	color: #f379b4;
	font-weight: bold;

	
}

.stronghilite {
    color: #b00b5a;
	font-weight: bold;

}

.superhilite {
    color: #e42681;
	font-weight: bold ;
	font-style: italic;

}

.clearright {
	clear: right
}


.clearleft {
	clear: left
}
