#content {
     width: 950px;
	 text-align: center;
	 
}

#mainbg {
	width: 950px;
	height: 100%
	text-align: center;
	
}

#leftside {
     width: 200px;
     height: 100%px;
     float: left;
	 text-align: left;
	 color: #f499c2;
	 
}

#rightside {
     width: 200px;
     height: 100%px;
     float: right;
	 text-align: left;
	 color: #f499c2;
	 
}

#leftside a, #rightside a {
     color: #cccccc;
}

#leftside h2, #rightside h2 {
	 margin: 0px -2px -5px -2px;
	 font-size: 13pt;
	 text-transform: lowercase;
	 color: #f499c2;
	 width: 200px;
	 text-align: center;
}

#leftside img, #rightside img {
     border: 3px solid #f499c2;
}

#leftside img:hover, #rightside img:hover {
     border: 3px solid #4aa140;
}

#leftside ul, #leftside li, #rightside ul, #rightside li {
     list-style-type: none;
     list-style-position: outside;
     margin-left: 0px;
     padding: 0px 2px 5px 2px;
	 font-family: Arial;
	 font-size: 10pt;
	 color: #f499c2;
}

#leftside ul li, #rightside ul li {
     border-bottom: 1px solid #cccccc;
}

#leftside select, #leftside input {
     border: 2px solid #f499c2;
     color: #660033;
	 font-weight: bold;
	 font-size: 8.5pt;
	 text-transform: lowercase;
}

#leftside select {
     width: 190px;
}

#main {
     width: 534px;
	 float: left;
	 margin-top: 10px;
	 margin-left: 6px;
	 
}

#maincontent {
	 
}

#footer {
     width: 950px;
     height: 30px;
	 color: #cccccc;
}