/*
body text color = #66ccff
second body text color = #1b88d7
link color = #fff
link hover = #a6d15b
link visited color = #708e3e
selected link color = #a6d15b
left column BG = #23a7e7
content bg color = #10569c
right column bg = #1260a9
*/

* {
	margin:0;
	padding:0;
	outline:none;
}

body {
	text-align:center;
	font:normal 65% Georgia, "Times New Roman", Times, serif;
	color:#535252;
	background:#ebddeb url(../images/BGTile.gif) repeat-x;
}

p {
	margin-bottom:10px;
	font-size:1.2em;
}

h1, h2, h3 {
	font-size:2.2em;
	font-weight:bold;
	letter-spacing:-0.06em;
	color:#535252;
	margin-bottom:20px;
}

h1 {
	font-size:2.78em;
}

h2 {
	font-size:2em;
	letter-spacing:-0.0em;
}

img {
	border:0;
}

a {
 color:#781d7e;
 font-weight:bold;
 font-size:1.2em;
 text-align:left;
}

a:visited {
	color:#ae7ab10;
}

a:hover {
	color:#0d5144;
}

li {
	margin-bottom:0.5em;
}

label, input, form p {
	display:block;
	margin:5px -0 10px 0;
	color:#3f3f3f;
} 

form p {
	color:#fff;
	margin-bottom:5px;
}

textarea, input[type="text"], input[type="password"]{
	font-size:1.5em;
	padding:1px 0;
	border:1px solid #fff;
	width:100%;
}

#container {
	margin-left:auto;
	margin-right:auto;
	width:960px;
	text-align:left;
	background:#fff;
}

#header {
	height:227px;
	background:url(../images/banner.jpg) no-repeat;
	position:relative;
}

#login {
	width:200px;
	position:absolute;
	left:60px;
}

#login input, #login p, #login button{
	margin-bottom:4px;
	font-size:1.1em;
}

#login button {
	margin-top:6px;
}

#login p {
	margin-bottom:2px;
}

#musicPlayer {
position:absolute;
	top:20px;
	left:720px;
}

#menu {
	background:url(../images/menuBG.jpg) no-repeat;
	height:39px;
	padding:0 10px;
	padding-left:40px;
	clear:both;
}

#menu a {
	font-size:2.8em;
	text-decoration:none;
	color:#3f3f3f;
	font-style:italic;
	margin-right:50px;
	letter-spacing:-0.06em;
}

#menu a:before{
	content:url(../images/menuStar.gif)" ";
}

#menu a:hover, #home .home,#about .about,#contact .contact {
	color:#781d7e;
}

#left {
	width:207px;
	float:left;
	background:#efefef url(../images/leftColumnBG.jpg) no-repeat;
	overflow:hidden;
	padding:10px;
	padding-bottom:188px;
}

#left h2 {
	padding:2px 4px;
	border:1px solid #535252;
	border-width:1px 0;
	font-size:1.5em;
	letter-spacing:-0.04em;
}

#left h3 {
	font-size:2em;
	letter-spacing:-0.04em;
}

#left p {
	text-align:justify;
}

#middle {
	background:#fff url(../images/middleBG.jpg) no-repeat;
	width:573px;
	overflow:hidden;
	float:left;
	padding:10px;
}

.join {
	margin:0 0 -3px -7px;
}

#right {
	width:130px;
	background:#fff url(../images/rightBG.jpg) no-repeat;
	float:left;
	overflow:hidden;
	padding:5px;
}

.newTitle {
	margin-bottom:-20px;

}

.itemTitle {
 margin-bottom:10px;
}

#footer {
	clear:both;
	position:relative;
	z-index:10;
	font-size:1em;
	background:#10569c;
	height:92px;
	background:url(../images/footerBG.jpg) no-repeat;
}

#countMeIn {
	background:url(../images/signupBox.gif) no-repeat;
	height:118px;
	width:206px;
	position:absolute;
	top:-178px;
	padding:60px 10px 0 10px;
}

#countMeIn h2 {
	color:#fff;
	font-size:2.4em;
	margin-bottom:8px;
}

/*#countMeIn button {
	float:right;
	margin-right:0;
}*/

button {
    display:block;
    margin:0 -1px 10px 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font:bold 1.3em Georgia, "Times New Roman", Times, serif;
    line-height:130%;
    text-decoration:none;
    color:#565656;
    cursor:pointer;
	width:auto;
    overflow:visible;
    padding:2px 5px 2px 4px;
	float:right;
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}

button:hover {
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}

.br {
	height:1px;
	overflow:hidden;
	background:#565656;
	margin-bottom:20px;
}
