/*======================================*
** ugamestyle.css
**======================================*/

/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 83%;
	margin-top: 40px;
	padding: 0px;
	background-color: #000000;
	height: 100%;
}

#wrapper {
	width: 780px;
	margin: auto;
}

img { 
  border: 1px;
}

h2 {
	color: #3d5529;;
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

h3 {
	color: #3d5529;;
	font-size: 1.25em;
	font-weight: normal;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
	
a {
	text-decoration: underline;
	color: #3d5529;
}

a:hover {
	text-decoration:none;
}
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/

#divAdBanner{
	height: 68px;
	margin-top: 40px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: ;
	margin-left: 232px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#divBanner{
	height: 116px;
	margin-top: 20px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 54px;
	background-image: url(img/UgameLogo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#divlogo {
	height: 95px;
	margin-top: 20px;
	text-align: center;
	padding-top: 45px;
	font-size: 3em;
}

/*------------------------------------------------------------*
**  Column Left
**------------------------------------------------------------*/
#colLeft {
	width: 174px;
	height: ;
	padding: 0px;
	float: left;
	margin: 0px;
	background-color: #000000;
}

/*------------------------------------------------------------*
**  Content Middle
**------------------------------------------------------------*/
#divMainContent {
	padding-left: 20px;
	padding-right: 20px;
}


/*------------------------------------------------------------*
**  Column Right
**------------------------------------------------------------*/
#colRight {
	background-color: #000000;
	height: ;
	width: 574px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3d5529;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3d5529;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
#Navigation {
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 2px;
	width: 175px;
	position: fixed;
}

#Navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#Navigation li {
	display: block;
}

#Navigation ul li a  {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	font-size: 14px;
	background-color: #000000;
	height: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 25px;
	margin: 0px;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3d5529;
	background-image: url(img/icons/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#Navigation ul li a:hover,  #Navigation ul li  a.current {
	background-color: #000000;
	color: #3d5529;
}

#NavImg {
  height: 300px;
  width: 170px;
  Padding-top: 10px;
  Padding-right: 0px;
  Padding-bottom: 3px;
  Margin: 10px 0px 0px 0px;
  Background-image: url(img/specRainbow6.jpg);
  Background-position: left;
  Background-repeat: no-repeat;
}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/	
#footer {
	height: 22px;
	clear: both;
	border: 0px solid #3d5529;
	color: #FFFFFF;
	text-align: center;
	padding-top: 3px;
	padding-left: 174px;
}
/*------------------------------------------------------------*
**  End_of
**------------------------------------------------------------*/	

.title {
	font-size: 17px;
	color: #B4FF05;
	height: 20px;
	padding-top: 20px;
	background-image: url(img/line.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-weight: bold;
}
.allpara {
	background-image: url(img/line.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;
	color: #ffffff;
	margin: 0px;
}
.smallSpacer {
	height: ;
	width: 5px;
	float: left;
}


