* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #F5F5F5;
	background-repeat: repeat-x;
	background-image: url(../images/stripesbg.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 1.2em;	
}

a:link {
  color: #7D0D7D;
  text-decoration:none;
  }
a:visited {
  color:#A51AB9;
  text-decoration:none;
  }
a:hover {
  color:#7D0D7D;
  text-decoration:underline;
  }
a img {
  border-width:0;
  }

#stripes {
	/*margin: 0 auto;*/
	width: 860px;
	/*background-image: url(../images/stripes.png);*/
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper {
	background-color: #FFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top:30px;
}
#wrapper #logo {
	background-color: #FFF;
	height: 160px;
	padding-top: 10px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#modernbricksmenu{
	padding: 0;
	width: 100%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}

#modernbricksmenu ul{
font: bold 11px Arial;
margin:0;
margin-left: 0px;/*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu a{
float: left;
display: block;
color: white;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: black; /*Default menu color*/
border-bottom: 1px solid white;
}

#modernbricksmenu a:hover{
background-color: gray; /*Menu hover bgcolor*/
}

#modernbricksmenu #current a{ /*currently selected tab*/
background-color: #990099; /*Brown color theme*/ 
border-color: #990099; /*Brown color theme*/ 
}

#modernbricksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #990099; /*Brown color theme*/ 
}


#wrapper #headerImg {
	height: 200px;
	background-repeat: no-repeat;
	border:none;
}
#wrapper #bodyArea #left {
	width: 510px;
	min-height:400px;
	float: left;
	background-image: url(../images/leftbg.gif);
	background-position:bottom;
	background-color: #ebebff;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 12px;
	background-repeat: no-repeat;
}
#wrapper #bodyArea #right {
	width: 250px;
	float: right;
	background-color: #FFF;
	font-size: 12px;
}

#right p {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	margin: 15px;
}
#wrapper #bodyArea #footer {
	height: 20px;
	clear: both;
	background-color: #F5F5F5;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	color: #999;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
