body {
	background-image: url(images/bg2.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999;
	font-weight: normal;
}

table {
	color : white;
	}

a {
	color: #FFFFFF;
}

img {
	border : 0px;
	padding : 0px;
	margin : 0px;
	}

hr {
	border : 0px;
	border-top : 1px dashed white;
	}

#container {
	width : 800px;
	margin : auto;
	background : #e80d8d;
	color : white;
	}

#menu {
	background : url('images/menu_bg.jpg');
	}

#bodycontent {
	padding : 20px;
	}


#footer {
	background : white;
	color : #999;
	padding : 20px;
	text-align: center;
	}

.floatright {
	float : right;
	}
	
.pictureboxright {
	float : right;
	margin-left : 20px;
	}

.quote {
	text-align : center;
	font-style: italic;
	padding : 20px;
	font-size : 1.2em;
	}

/* register.php styles */


input {
	background : white;
	border : 1px solid #999;
	padding : 2px;
	font-size : 1.2em;
	}

select {
	background : white;
	border : 1px solid #999;
	font-size : 1.2em;
	}

textarea {
	font-size : 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	padding : 5px;
	width : 80%;
	}
		
.err {
	background: #fcc;
	border : 1px solid #b50a6e;
	}
	
.errors {
	background : #fee;
	border : 2px solid #b50a6e;
	color : #e80d8d;
	padding : 20px;
	}
	
.errors a {
	color : #e80d8d;}
	
.leftcol, .rightcol {
	width : 250px;
	float : left;
	}
	
.rightcol {
	float : right;
	}
	
.clear {	
	clear : both;
	}



.registerButton {
	margin : 20px 0px;
	display: inline-block;
	border:2px solid #cf0c7e;
	font-size:1em;
	padding:.5em;
	background : #9c095f;
	text-decoration: none;
	font-size : 2em;
	font-style: italic;
}
