/* OVERRIDE ATTRIBUTES */
body {
	margin: 0px;
	padding: 0px;
	background-color: #FF9900;
}
body, p, td, div, span, a, h3, h2, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
input, textarea, select {
	color: #000000;
	font-weight: 100;
}
img {
	border: 0px;
}
h3 {
	font-size: 18px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: bold;
}
form {
	margin: 0px;
	padding: 0px;
}

/* GENERAL TEMPLATE */
#container {
	width: 978px;
	height: 800px;
	border: solid 1px #000000;
	text-align: left;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}
* html #container {
	width: 980px;
}
#header {
	height: 168px;
}
#headleft {
	float: left;
	width: 186px;
}
#logo {
	margin: 20px 0px 0px 22px;
	width: 520px;
	height: 135px;
}
#headright {
	float: right;
	margin: 0px 22px 0px 0px;
}
#mardigras {
	width: 200px;
	height: 165px;
}
#main {
	height: 455px;
}
#break, .break {
	clear: both;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}

/* PHOTO MENU */
#photos {
	background-image: url(images/bg-photo.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 385px;
	height: 429px;
	margin: 0px 0px 0px 21px;
	padding: 11px 14px 0px 14px;
	float: left;
}
* html #photos {
	width: 413px;
	height: 440px;
}
#right {
	float: left;
	height: 440px;
	/*background-color: red;*/
}
#photoimgs {
	height: 406px;
	/*background-color: red;*/
	margin: 0px;
}
#photosqr, #photosqre, #photosqrl, #photosqrel {
	width: 117px;
	margin: 0px 17px 12px 0px;
	float: left;
	text-align: center;
	/*background-color: yellow;*/
}
#photosqre, #photosqrel {
	margin-right: 0px;
}
#photosqrl, #photosqrel {
	margin-bottom: 0px;
}
#photodiv {
	border: 2px solid #ffffff;
	width: 113px;
	height: 85px;
	background-color: #000000;
	text-align: center;
}
* html #photodiv {
	width: 117px;
	height: 89px;
}
#photodesc {
	background-image: url(images/bg-photodesc.gif);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	width: 113px;
	height: 25px;
	margin: 3px 0px 0px 2px;
	padding-top: 8px;
	overflow: hidden;
}
* html #photodesc {
	height: 33px;
	margin: 3px 0px 0px 0px;
}
#photoopt {
	/*background-color: green;*/
	text-align: center;
	width: 385px;
}
#imgprev {
	margin-right: 54px;
}

/* HOME PAGE */
#homebdy {
	background-image: url(images/bg-home.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 451px;
	height: 313px;
	margin: 59px 0px 0px 36px;
	padding: 22px 29px 0px 24px;
}
* html #homebdy {
	width: 504px;
	height: 335px;
	padding-right: 34px;
}
#homebdy p {
	font-size: 12px;
	font-weight: bold;
}
#homebdy form {
	float: left;
}
#enter {
	margin-right: 14px;
}

/* REGISTER PAGE */
#register {
	width: 706px;
	height: 371px;
	margin: 24px 0px 0px 21px;
	padding: 21px 15px 21px 15px;
	background-image: url(images/bg-reg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
* html #register {
	width: 736px;
	height: 413px;
	padding: 21px 20px 21px 20px;
	margin: 24px 0px 0px 12px;
}
#pageheader, #qpageheader {
	border-bottom: solid 2px #F0AA61;
	margin-bottom: 10px;
	height: 18px;
}
* html #pageheader, * html #qpageheader {
	height: 20px;
}
#pagetitle {
	float: left;
	margin-bottom: 2px;
}
#pagetitle h2 {
	color: #fff;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}
#pageopt {
	float: right;
	margin-bottom: 2px;
}
#regblocka, #regblockb, #regblockc, #regblockd, #regblocke, #regblockf {
	float: left;
	width: 117px;
	margin: 0px 19px 12px 0px;
}
* html #regblocka, * html #regblockb, * html #regblockc, * html #regblockd, * html #regblocke, * html #regblockf {
	margin: 0px 10px 0px 0px;
}
#regblocka input, #regblockb input, #regblockc input, #regblockd input, #regblocke input, #regblockf input {
	width: 117px;
	margin-top: 6px;
	border: 1px solid #fff;
}
#regblocka select, #regblockb select, #regblockc select, #regblockd select, #regblocke select, #regblockf select {
	width: 117px;
	margin-top: 6px;
	border: 1px solid #fff;
}
#regblockb, #regblockb input, #regblockb select {
	width: 236px;
}
#regblockc, #regblockc input, #regblockc select {
	width: 145px;
}
#regblockd, #regblockd input, #regblockd select {
	width: 80px;
}
#regblocke, #regblocke input, #regblocke select {
	width: 102px;
}
#regblockf, #regblockf input {
	width: 200px;
}
#regblockf select {
	width: 46px;
}
#regblockf select.#dob_yyyy {
	width: 60px;
}
#want {
	margin: 10px 0px 20px 0px;
}
* html #want {
	margin: 13px 0px 20px 0px;
}
#regfrmchk, #regfrmtxt, #regfrmtxtb, #regfrmagr {
	float: left;
	margin: 0px 4px 12px 0px;
	font-size: 12px;
}
#regfrmtxt, #regfrmtxtb {
	margin-right: 20px;
	padding-top: 3px;
}
#regfrmtxtb {
	font-size: 14px;
	padding-top: 0px;
}
#regfrmagr {
	width: 670px;
}
#regfrmbtn, #logfrmbtn {
	float: right;
	margin-right: 56px;
}

/* Question Page */
#questbody {
	/*width: 696px;
	height: 371px;*/
}
* html #questbody {
	/*padding: 21px 20px 21px 20px;*/
}
#qpageheader {
	margin-left: 22px;
	margin-right: 22px;
}
#bullet {
	float: left;
	width: 24px;
	margin-bottom: 10px;
}
#qst {
	float: left;
	margin-bottom: 10px;
}
#qst select {
	margin-top: 5px;
	width: 240px;
}
#qst input {
	width: 56px;
	/*opacity: 0.5;
	filter: alpha(opacity=50);*/
	background-color: #fff;
	/*border: 1px solid #fff;*/
}
#seethrough {
	float: left;
}

/* Login Page */
#login {
	margin: 96px 0px 0px 267px;
	width: 369px;
	height: 149px;
	padding: 14px 22px 14px 22px;
	background-image: url(images/bg-login.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
* html #login {
	width: 413px;
	height: 177px;
}
#logfrmbtn {
	float: right;
	margin-right: 32px;
}
#defbody p {
	margin-top: 0px;
	padding-top: 0px;
}

/* Upload Page Styles */
#uploadTop {
	/*position: adsolute;
	top: 46px;*/
	width: 463px;
	height: 190px;
	background-image: url(images/bg-gallery-top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 46px 0px 16px 14px;
	padding: 70px 14px 0px 26px;
}
* html #uploadTop {
	width: 503px;
	height: 260px;
}
#uploadBot {
	width: 463px;
	height: 81px;
	background-image: url(images/bg-gallery-bot.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px 0px 0px 36px;
	padding: 11px 14px 0px 7px;
}
* html #uploadBot {
	width: 484px;
	height: 92px;
}
#uploadTop p, #uploadBot p {
	margin: 0px 0px 16px 29px;
	padding: 0px;
}
#upbtn {
	margin-left: 14px;
}
#uploader, #uploaderon, #thanks, #thankson {
	position: absolute;
	left: 247px;
	top: 277px;
	background-color: #AB2210;
	/*opacity: 0.8;
	filter: alpha(opacity=80);*/
	width: 422px;
	height: 203px;
	border: 3px solid #fff;
	padding: 18px;
	visibility: hidden;
}
#uploaderon, #thankson {
	visibility: visible;
}
* html #uploader, * html #uploaderon, * html #thanks, * html #thankson {
	width: 464px;
	height: 245px;
}
#thanks, #thankson {
	text-align: center;
}
#close {
	text-align: right;
	margin-bottom: 30px;
}
#thanks, #thankson h3 {
	font-size: 15px;
}
#thanks, #thankson p {
	font-size: 13px;
}
#uplimg {
	width: 134px;
	height: 134px;
	background-color: #fff;
	float: left;
}
#uplopt {
	float: left;
	padding-left: 22px;
	/*background-color: #ffff00;*/
}
#upltitle {
	font-size: 13px;
	margin-bottom: 4px;
	padding: 0px;
	float: left;
}
#uclose {
	float: right;
}
#uplopt textarea {
	width: 260px;
	height: 91px;
	border: 1px solid #fff;
	margin-bottom: 4px;
}
#uplopt p {
	margin-top: 0px;
	padding-top: 0px;
	text-align: right;
}
#uplfld {
	float: left;
}
#uplbtn {
	float: right;
	text-align: right;
	margin-right: 2px;
}

/* VOTING PAGE */
#voteimg {
	border: 2px solid #ffffff;
	width: 416px;
	height: 313px;
	background-color: #000000;
	text-align: center;
	margin: 41px 0px 5px 52px;
}
* html #voteimg {
	width: 420px;
	height: 317px;
}
#vote {
	width: 420px;
	text-align: center;
	/*background-color: #ff0000;*/
	margin: 0px 0px 0px 52px;
}
#votetag {
	width: 317px;
	height: 27px;
	text-algin: center;
	background-image: url(images/bg-vote.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px 0px 7px 45px;
	padding: 9px 7px 0px 7px;
}
* html #votetag {
	width: 331px;
	height: 36px;
	margin-left: 0px;
}
#voteopt {
	text-algin: center;
	margin: 0px 0px 7px 0px;
}
#tellbdy {
	background-image: url(images/bg-tell.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 448px;
	height: 327px;
	margin: 58px 0px 0px 36px;
	padding: 44px 29px 0px 26px;
}
* html #tellbdy {
	width: 503px;
	height: 371px;
	padding-right: 34px;
}
#tellbdy p {
	font-size: 13px;
	font-weight: bold;
	/*margin: 0px 0px 20px 0px;
	padding: 0px;*/
}
#tellbdy h3 {
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
#tellbdy form {
	float: left;
}
#tellblock {
	float: left;
	width: 117px;
	margin: 0px 17px 12px 0px;
}
* html #tellblock {
	margin: 0px 10px 5px 0px;
}
#tellblock input {
	width: 117px;
	margin-top: 6px;
	border: 1px solid #fff;
}
#tellbtn {
	margin-top: 6px;
}

/* FOOTER */
#footer, #brandmovers {
	clear: both;
	text-align: center;
	font-weight: bold;
}
#brandmovers, #menu span, #footer a, #brandmovers a, #footer p, #brandmovers p {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}
#footer a:hover, #brandmovers a:hover {
	text-decoration: underline;
}
#facebook {
	margin-right: 4px;
}
#menu {
	margin-top: 28px;
}
#menu span {
	margin: 0px 4px 0px 4px;
}