.bottomwrap {
	width: 956px;
	margin: 0px auto;
}

html, body, form, fieldset {
	font: 12.5px/140% "Lucida Grande", Lucida, Tahoma, Verdana, sans-serif;
}

body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	color: #D2D2D2;
}
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}
a img {
	border: none;
}
h1, h2, h3, h4, h5, h6, p, pre,blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
}
ul {
	list-style-position: inside;
}
pre {
	font-size: 13px;
}

form label {
	cursor: pointer;
}

fieldset {
	border: none;
}


input, select, textarea {
	font-size: 100%;
}

h1 {
	line-height: 145%;
	padding: 4px;
	letter-spacing: -1px;
	font-weight: normal;
	font-style: normal;
}

h2 {
	line-height: 145%;
	padding: 4px;
	letter-spacing: -1px;
	font-weight: normal;
	font-style: normal;
}

h3 {
	line-height: 105%;
	padding: 1px;
	letter-spacing: -1px;
	font-weight: normal;
	font-style: normal;
}

h4 {
	line-height: 145%;
	padding: 4px;
	font-weight: normal;
	font-style: normal;
}

p {
	padding-bottom: 10px;
}


/* cool styles */

p.warn {
    background: #FFF7C0 url(/images/warn.png) center no-repeat;
    background-position: 15px 50%; 
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #F7D229;
    border-bottom: 2px solid #F7D229;
}

p.alert {
    background: #FBEEF1 url(/images/exc.png) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #FEABB9;
    border-bottom: 2px solid #FEABB9;
}

p.info {
    background: #F8FAFC url(/images/info.png) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #B5D4FE;
    border-bottom: 2px solid #B5D4FE;
}



/* List Styles */

ul.checklist li {
	list-style: none;
	line-height: 16px;
	padding: 2px 0px 2px 18px;
	background: url(/images/tick.png) no-repeat left center;
	list-style-position: outside;
}

ul.checklist a {
	text-decoration: underline;
	padding: 1px;
}

ul.checklist a:hover {
	text-decoration: none;
	padding: 1px;
}
.header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 2px;
	width: 100%;
	text-align: center;
	font-weight: bolder;
	color: #FFFFFF;
}


blockquote {
	padding: 10px;
	font-style: italic;
}

div.code {
	padding: 10px;
	text-decoration: none;
	font: normal normal normal 11px "Courier New", Courier, mono;
}

.copyright {
	font: 10px/18px Arial, Helvetica, Geneva, sans-serif;
	color: #D2D2D2;
	margin: 0px auto;
	text-align: center;
}
.main_section {
	float: left;
	width: 660px;
	border: 1px solid #333333;
}
.main_section_full {
	float: left;
	width: 985px;
	border: 1px solid #333333;
}
.right_section {
	width: 315px;
	float: right;
        border: 1px solid #333333;
}
.right_section a{
	color: #d2d2d2;
}
.main {
	padding: 3px;
	float: left;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	width: 100%;
}
.section_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FF9933;
	background-color: #333333;
	width: 100%;
}


.copyright a {
	color: #D2D2D2;
}
.bottomtext a {
	color: #D2D2D2;
}

.wrapper {
	width: 985px;
	margin-left: auto;
	margin-right: auto;
}

.topmenu {
	width: 985px;
	margin-left: auto;
	margin-right: auto;
	background-color: #333333
}
.agreement {
	font-size: 36px;
	font-weight: bold;
}
.agreement a{
	color: #FF9933;
}

.footer {
	width: 985px;
	border: 1px solid #333333;
}

.footer a{
	color: #D2D2D2;
}

.breadcrumb {
	border: 1px solid #333333;
	font-size: 10px;
	width: 96%;
	background-color: #111111;
	margin-top: 6px;
	padding-bottom: -2px;
}
.breadcrumb a{
	font-size: 10px;
	color: #FF9933;
}
.gallerytext a{
	color: #D2D2D2;
	font-size: 14px;
	font-weight: bold;
}

.gallerytext{
	color: #D2D2D2;
	font-size: 12px;
}

.catchtext a{
	color: #FF9933;
	font-size: 24px;
	font-weight: bold;
}