html {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	background: #D0A8A8 url(../images/middle_bg.jpg) repeat-y center top;
}
#designWrapper {
	background-image: url(../images/repeatingBG_bg.jpg);
	padding: 0px;
	margin: 0px;
	background-repeat: repeat-x;
	height: auto;
	width: auto;
}
#header {
	height: 150px;
	margin: 0px auto;
	padding: 0px;
	background: url(../images/header_bg.jpg) no-repeat center top;
}
#outerContainer {
	margin: 0px auto;
	padding: 0px;
	width: 770px;
}
#innerContainer {
	margin: 0px auto;
	padding: 0px;
	width: 770px;
}
#content {
	margin: 20px 60px;
}
* #content {
	font-size: 12px;
	line-height: 1.2;
}
#content h1 {
	color: #A93355;
	font-size: 24px;
}
a:link, a:visited {
	font-weight: bold;
	color: #0000CC;
}
a:hover, a:active {
	font-weight: bold;
	color: #CC0000;
}
form {
	margin: 0px;
	padding: 0px;
}
input[type='text'], input[type='password'], select, textarea {
	font: 12px Arial, Helvetica, sans-serif;
}
input[type='submit'], input[type='button'] {
	font: bold 12px Arial, Helvetica, sans-serif;
}
input[type='submit']:hover, input[type='button']:hover {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #cc0000;
}

/* Alex Button v4 */
a.alexButton_v4I:link,a.alexButton_v4I:visited {
	cursor: default;
	display: block;
	text-align: center;
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	outline:#CC0000;
	padding: 15px 8px;
	border: 2px outset;
	background: #FFFFFF url(http://www.onlinebuttonsecrets.com/covers/abv3Up.gif) repeat-x bottom;
}
a.alexButton_v4I:hover {
	cursor: default;
	display: block;
	text-align: center;
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	outline:#CC0000;
	padding: 15px 8px;
	border: 2px outset;
	background: #FFFFFF url(http://www.onlinebuttonsecrets.com/covers/abv3Over.gif) repeat-x top;
}
a.alexButton_v4I:active {
	cursor: default;
	display: block;
	text-align: center;
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	outline:#CC0000;
	padding: 15px 8px;
	border: 2px outset;
	background: #FFFFFF url(http://www.onlinebuttonsecrets.com/covers/abv3Down.gif) repeat-x top;
}
div.alexButton_v4O {
	padding: 6px;	background-color: #CC3333;
}
/* End Alex Button 4 */

#copyright {
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	margin: auto;
	width: 770px;
	padding: 10px 0px 20px;
}
#copyright a:link, #copyright a:visited {
	font-weight: normal;
	color: #0000cc;
}
#copyright a:hover, #copyright a:active {
	font-weight: normal;
	color: #CC0000;
}
.topAudio {
	background: url(../images/ask-audio_03.jpg) repeat-x;
}
.leftAudio {
	background: url(../images/ask-audio_07.jpg) repeat-y;
}
.rightAudio {
	background: url(../images/ask-audio_09.jpg) repeat-y;
}
.bottomAudio {
	background: url(../images/ask-audio_13.jpg) repeat-x;
}
.red {
	color: #cc0000;
}
.purple {
	color: #A93355;
}
#message {
	background: #FFFF99;
	padding: 20px;
	border: 2px solid #FFCC00;
}