/* Bijou Breaks - Site-specific CSS Document */

body {
	background-color: #990099;
	margin: 0px;
	color: #666666;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 11px;
	}

a:link {
	color: #990099;
	text-decoration: none;
	}

a:active {
	color: #99ccff;
	text-decoration: none;
	}

a:visited {
	color: #990099;
	text-decoration: none;
	}

a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #99ccff;
	-moz-border-radius: 4px;
	}
	
.titlebig {
	color: #990099;
	font-weight: bold;
	font-size: 16px;
	}

.titleOne {
	color: #990099;
	font-weight: bold;
	}
	
.baseLevel{
	width: 480px;
	}

.titleElement {
	background-image: url(graphics/trim_header.jpg);
	width: 550px;
	height: 39px;
	}
	
.bodyElement {
	background-image: url(graphics/trim_center.jpg);
	width: 550px;
	min-height: 500px;
	}	

.bbContent {
	width: 480px;
	position: relative;
	top: 0px;
	left: 60px;
	}
	
	
.footerElement {
	background-image: url(graphics/trim_footer.jpg);
	width: 550px;
	height: 43px;
	}

.forumline	{ background-color: #FFFFFF; border: 3px #99ccff solid; height: 20px;}
.forumline1	{ background-color: #FFFFFF; border: 1px #99ccff solid; height: 4px;}
.forumline2	{ background-color: #FFFFFF; border: 1px #006600 solid; }