@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: url(http://www.hungbigcontest.com/img/bodyBG.jpg) top left #333;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #fff;
}

a {
	color: #fff;
	text-decoration:underline;
	font-weight:bold;
}

a:HOVER {
	color: #ff0;
	text-decoration:underline;
	font-weight:bold;
}

a:VISITED {
	color: #fff;
	text-decoration:underline;
	font-weight:bold;
}

p {
	margin:0;
	padding:10px;
}

h2 {
	margin:0;
	margin-top:10px;
	padding:0;
	font-size: 14px;
	font-weight: bold;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 750px;
	background: #69f;
	border: 1px solid #fc0;
}

#branding {
	clear:both;
	margin:0;
	padding:0;
	width:750px;
}

#branding img {
	float: left;
}

#content {
	margin:0;
	padding:0;
	background: url(http://www.hungbigcontest.com/img/contentBG.jpg) top left repeat-x;
}

.hrLinks {
	margin: 0;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

hr {
	margin:0;
	padding:0;
	clear:both;
	visibility:hidden;
}

.memContent {
	margin:10px 20px;
	padding:0;
	background: url(http://www.hungbigcontest.com/img/content-bg-top.gif) top left no-repeat;
}

.memContentName {
	color:#fff;
	font-size: 12px;
	font-weight: bold;
}

.memContentCopy {
	margin:0;
	padding:10px 0;
	color:#003;
	font-size: 12px;
	font-weight: bold;
}

.memContentBtm {
	margin:0;
	padding:0;
	background: url(http://www.hungbigcontest.com/img/content-bg-bottom.gif) bottom left no-repeat;
}

.profile {
	margin:10px 20px;
	padding:0;
	background: url(http://www.hungbigcontest.com/img/profile-bg-top.gif) top left no-repeat;
}

.profileName {
	color:#fff;
	font-size: 12px;
	font-weight: bold;
}

.profileCopy {
	margin:0;
	padding:10px 0;
	color:#003;
	font-size: 12px;
	font-weight: bold;
}

.imgThumb {
	margin:0;
	padding:0;
	border: 1px #ff3 solid;
}

.img1 {
	margin:0;
	padding:0;
	float:left;
	border: 1px #ff3 solid;
}

.img2 {
	margin:0;
	padding:0;
	float:left;
	border-top: 1px #ff3 solid;
	border-right: 1px #ff3 solid;
}

.img3 {
	margin:0;
	padding:0;
	float:left;
	border-top: 1px #ff3 solid;
	border-right: 1px #ff3 solid;
	border-bottom: 1px #ff3 solid;
}

.profileBtm {
	margin:0;
	padding:0;
	background: url(http://www.hungbigcontest.com/img/profile-bg-bottom.gif) bottom left no-repeat;
}

.forms {
	float:left;
	width:320px;
	margin:10px;
	padding:0;
	background: url(http://www.hungbigcontest.com/img/form-bg-top.jpg) top left no-repeat;
}

.formsBtm {
	margin:0;
	padding:0;
	background: url(http://www.hungbigcontest.com/img/form-bg-bottom.jpg) bottom left no-repeat;
}

.contestForms {
	width:320px;
	margin:10px;
	padding:0;
	background: url(http://www.hungbigcontest.com/img/form-bg-top.jpg) top left no-repeat;
}

.contestFormsBtm {
	margin:0;
	padding:0;
	background: url(http://www.hungbigcontest.com/img/form-bg-bottom.jpg) bottom left no-repeat;
}

.entryContainer {
	margin:12px;
	padding:5px;
	float:left;
	width: 200px;
	/*background:#990000;
	border: 1px solid #ff0;*/
}

.entryContainer img {
	border: 1px solid #ff0;
}

.displayEntry {
	margin:0 auto;
	width:500px;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}