* { margin: 0; padding: 0; font-size: 11px; }
ul { list-style-type: none; }
img { border: 0px; }
a { color: white;  text-decoration: none; }
a:hover { color: white; text-decoration: none; }
body, html { background-color: #000000; }
#mainContainer { width: 780px; margin: 0 auto; background-color: #000000; height: 500px; }
#topHeader { width: 780px; height: 127px; background-position: top right; background-repeat: no-repeat; }
#topMenu ul { list-style-type: none; padding-top: 95px; }
#topMenu ul li { float: left; margin-right: 38px; font-size: 24px; font-family: "Trebuchet MS"; font-size: 18px;  }
#topMenu a { font-size: 20px; }


#footer { color: White; font-family: tahoma; font-size: 10px; margin-top: 5px;  width: 680px; }
#footer p { float: right; }

#content {  padding: 10px;  width: 660px; height: 400px; }

#contentLeft { width: 330px; height: 100%; float: left; }
#contentRight { background-color: #1d1c1c; color: white; font-family: "Trebuchet MS"; padding: 10px; width: 310px; height: 380px; float: right; }

.photos a { margin-bottom: 5px; margin-right: 10px; }
.clearAll { clear: both; width: 0px; height: 0px; }

.green { color: #8fca11; }
.greenborder { border: 2px solid #8fca11; }
.greenheader { background-image: url('../images/header_green.jpg'); }

.red { color: #ed1f24; }
.redborder { border: 2px solid #ed1f24; }
.redheader { background-image: url('../images/header_red.jpg'); }
 
.orange { color: #f27a05; }
.orangeborder { border: 2px solid #f27a05; }
.orangeheader { background-image: url('../images/header_orange.jpg'); }

.yellow { color: #edd820; }
.yellowborder { border: 2px solid #edd820; }
.yellowheader { background-image: url('../images/header_yellow.jpg'); }

.pink { color: #fa10b5; }
.pinkborder { border: 2px solid #fa10b5; }
.pinkheader { background-image: url('../images/header_pink.jpg'); }

.purple { color: #9906ed; }
.purpleborder { border: 2px solid #9906ed; }
.purpleheader { background-image: url('../images/header_purple.jpg'); }

.formLayout p { margin-bottom: 5px; }
.formLayout label { display: block; font-weight: bold; }
input.text { padding: 2px; background-color: #fff; border: 2px solid #8fca11; width: 275px; }
textarea { padding: 2px; background-color: #fff; border: 2px solid #8fca11; width: 275px; height: 170px; }
input.submit { padding: 2px 10px; background-color: #fff; border: 2px solid #8fca11; font-weight: bold; color: #000; }

