@charset "UTF-8";
/* CSS Document */

/* Guildas club layout CSS */

*{
	padding: 0;
	margin: 0;
}
/* //////////////////////////////////// main layout divs //////////////////*/
body {
	text-align:center;
	margin: 0px;
	z-index: 1;
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #92080E;
	font-size: 12pt;
	line-height: 18px;
	background-image: url(../images/layout/bodybg.gif);
}

/* main containt */
#container {
	margin:auto;
	text-align: left;
	background-image: url(../images/fullbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 925px;
	background-color: #CA171D;
}

#guildalink{
	padding-bottom: 8px;
	float: right;
	padding-right: 10px;
	padding-top: 5px;
}
#container #guildalink a {
	color: #FFCC99;
	font-size: 80%;
	text-decoration: none;
	font-weight: bold;
}

#container #guildalink a:over {
	
	text-decoration: underline;
}

#header {
	height: 95px;
	/*background-image: url(../images/nav/nav_bg.png);*/
	background-repeat: no-repeat;
	background-position: left 14px;
}


.clear{
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#secondnav{
	margin-left: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 90%;
	text-align: right;
	padding-right: 10px;
}

#content{
}

#leftbox{
	width: 565px;
	background-color: #CD0013;
	color: #FFFFFF;
	font-size: 90%;
	margin-bottom: 60px;
	background-image: url(../images/redbox/bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #720010;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #720010;
	float: left;
	margin-left: 12px;
}
#container #content #leftbox #sponsornav a {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 90%;
}

#container #content #leftbox #sponsornav a:hover {
	color: #FFFA8B;
	text-decoration: underline;
	font-size: 90%;
}


#container #content #leftbox p {
}



#leftboxwhite{
	width: 565px;
	margin-left: 12px;
	background-color: #ffffff;
	color: #333333;
	font-size: 90%;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#container #content #leftbox p {
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 12px;
}

#centrebox{
	color: #FFCC99;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	font-size: 105%;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
	line-height: 110%;
}

#logo{
	float: right;
	margin-right: 20px;
}

img { behavior: url(iepngfix.htc); }

#container #content #leftbox h1 {
	text-transform: uppercase;
	font-size: 140%;
	font-weight: bold;
	display: block;
	padding-left: 12px;
	padding-top: 20px;
	color: #FFFA8B;
}

#container #content #leftboxwhite h1 {
	text-transform: uppercase;
	font-size: 115%;
	font-weight: bold;
	display: block;
	background-color: #C40013;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFFFFF;
	padding-left: 10px;
}
#container #content #leftboxwhite p {
	padding-left: 10px;
	padding-right: 15px;
}


#rightbox{
	float: left;
	margin-left: 20px;
	width: 30%;
}

#rightboxnav{
	text-align: center;
}
#container #content #leftbox #sponsornav h2 {
	padding-top: 6px;
	padding-bottom: 8px;
	display: block;
	background-color: #80060C;
	font-size: 95%;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #80060C;
	margin-bottom: 5px;
	color: #FFFA8B;
}
#sponsornav {
	background-color: #93000F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #510007;
}

#footer{
	color: #FFFFFF;
	font-size: 75%;
	text-align: center;
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 10px;
	padding-bottom: 30px;
}
#container #content #rightboxnav h1 {
	color: #FFFFFF;
	padding-bottom: 8px;
	background-color: #AE0011;
	display: block;
	padding-top: 8px;
	font-size: 105%;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 10px;
	text-align: center;
	background-image: url(../images/redbox/bg.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#container #content #rightboxnav ul {
	list-style-type: none;
	background-image: url(../images/layout/rightnavbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#container #content #rightboxnav li a{
	color: #AE0011;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	font-size: 80%;
	text-align: left;
	font-weight: bold;
	background-image: url(../images/layout/rightnavbg.gif);
}
#container #content #rightboxnav a {
}

#container #content #rightboxnav li a:hover{
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #E3E3E3;
	background-image: url(../images/layout/rightbutbg.gif);
}

#container #content #rightboxnav li a:active{
	background-color: #C90013;
	color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: left top;
}


#container #content #secondnav a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#container #content #secondnav a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

#container #content #secondnav a:active {
	font-weight: bold;
	color: #F1D57A;
	text-decoration: underline;
}
#container #content #rightbox {
	font-style: italic;
	color: #FFFA8B;
	text-align: center;
}
#container #content #rightboxnav a {
	color: #AE0011;
	text-align: center;
	font-size: 80%;
	background-color: #FFFFFF;
	display: block;
	background-image: url(../images/layout/rightnavbg.gif);
	background-position: left top;
	padding-top: 4px;
	padding-bottom: 4px;
}
#container #content #rightboxnav #talent p {
	font-style: italic;
	color: #FFFA8B;
}
#container #content h1 {
	font-size: 100%;
	color: #FFFFFF;
	padding: 10px;
}
#container #content td {
	color: #FFFFA3;	
}
#sponsornav table {
	margin-bottom: 7px;
}

#container #content #leftbox a {
	color: #FFFA8B;
	text-decoration: none;
	font-size: 90%;
}

#container #content #leftbox a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#star1{
	background-image: url(../images/stars/russel2.png);
	background-repeat: no-repeat;
	background-position: -9999px -9999px;
}

#star2{
	background-image: url(../images/stars/kim2.png);
	background-repeat: no-repeat;
	background-position: -9999px -9999px;
}

#star3{
	background-image: url(../images/stars/eugene2.png);
	background-repeat: no-repeat;
	background-position: -9999px -9999px;
}

#star4{
	background-image: url(../images/stars/nelly2.png);
	background-repeat: no-repeat;
	background-position: -9999px -9999px;
}

#star5{
	background-image: url(../images/stars/eric2.png);
	background-repeat: no-repeat;
	background-position: -9999px -9999px;
}

.mytitle{
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

.mytitle a{
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}


#sponsorlogos{
	background-color: #FFFFFF;
	padding: 15px;
}

#sponsorlogos h2{
	color: #BA1219;
	font-size: 12px;
	display: block;
	text-decoration: underline;
}

.logogroup{
	background-image: url(../images/logo_jpegs/logobg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-bottom: 5px;
	padding: 2px;
	text-align: center;
}

.logogroup h2 {
	text-align: center;
	text-transform: uppercase;
}
