html {
    color: #fff;
}

.hidden{
	display:none;
}

body {
    background-color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 100px auto;
    line-height: 15px;
    letter-spacing: 1px;
}

#wrapi {
    margin: 0 auto;
    width: 1000px;
}

.right {
    float: right;
}

#download{
	color: #000;
}

a{
	text-decoration: none;
}
a img{
	border: none;
}
.push-right {
    margin-right: 20px;
}

#body-wrapper {
    padding: 10px;
    margin: auto;
    background: transparent url(transp.png) repeat;
    position: relative;
    z-index: 6000;
    float: left;
		margin-bottom: 20px;
}

#img.source-image {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.bg {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}

style.css (line 25)

a img{
	border: none;
}

a, a:visited {
	color: #232323;	
}

a:hover {
	color: #000;	
}

h1{
	letter-spacing: -1px;
	line-height: 20px; 
	font-size: 20px;
	text-transform: capitalize;
	font-family: Georgia, Times, Arial, Helvetica, sans-serif;
}

h2{
	letter-spacing: -1px;
	line-height: 20px; 
	font-size: 16px;
	text-transform: capitalize;
	font-family: Georgia, Times, Arial, Helvetica, sans-serif;
}

h2 a {
	text-decoration: none;
}

h3{
	letter-spacing: -1px;
	line-height: 16px; 
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	font-family: Georgia, Times, Arial, Helvetica, sans-serif;
	margin-top: 0px;
}


#Header {
	margin: 10px;
    width: 100%;
	float: left;
}

#Logo {
	float: left;
}

#Menu1{
	float: right;
	margin-right: 10px;
	z-index:9990;
	position: relative;
}

#Menu1 .menulink {
	float: left;
	width: 130px;
}

#Menu1 .current {
}

#Menu1  a{
	color: #fff;
	letter-spacing: -1px;
	line-height: 20px; 
	font-size: 26px;
	text-transform: capitalize;
	font-family: Georgia, Times, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-left: 30px;
}

#Wrapper{
	background: #000;
	float:left;

}

#Container {
    width: 100%;
	float:left;
} 

FullCol {
	width:788px;
	float: left;	
}

#ContentCol {
	margin: 10px;
	width:740px;
	float: left;
} 

ContentColWide{
	width:570px;
	float: left;
}

#Right {
	border-left: 1px dotted #d1d1d1;
    float: right;
    padding: 0px 0px 0px 10px;
	margin: 0;
    width: 190px;
} 

#Right1 {
    float: right;
    padding: 0 10px 0 0;
	margin: 0;
    width: 200px;
} 


#footer {
	color: #000;
    padding-top: 20px;
    clear: both;
	z-index:9999;
	position:relative;
	width: 1000px;
	margin: 10px auto;
	background: transparent url(transp.png) repeat;
}

.col1, .col2 {
	margin-top: 15px;
}

.col1 {
	float: left;
	width: 200px;
}
.col2 {
	float: left;
	width: 535px;
	height: 200px;
}

.recordpage .col2 {
	height: auto;
}



/*
 Boxes
 */ 
 
 
 #Right1 {
	padding-bottom: 15px;
 }
 
 #UpcommingEvents{
	padding: 0 5px 0 5px;
	margin-bottom: 15px;
 }
 
#download{
	float: left;
	width: 100%;
	background-color:#fff;
	border-bottom: solid 5px #4b4b4b;
	border-top: solid 5px #4b4b4b;
}

#download-btn {
	width: 126px;/* Width of button image */
	height: 26px;/* Height of button image */
	padding: 60px 0 0;
	margin: 10px 15px;
	border: 0;
	background:  url(../images/download.png) no-repeat;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
#download input[type='text'],
#download input[type='password']{
	margin-left: 4px;
	margin-bottom: 3px;
	width: 150px;
	float: left;
	padding: 5px;
	margin-top: 10px;
}

#download .label{
	display: block;
	float: left;
	width: 25px;
}

#download .header {
	float: left;
	height: 70px;
	width: 300px;
	margin:10px;
}

#download .header img{
	float: left;
	margin: 0 5px 0 0;
}



#download h2{
	margin:10px;
	text-transform: none;
}
 
 .release {
	width:  140px;
	padding-bottom: 6px;
	margin-bottom: 10px;
	margin-left: 10px;
	float:left;
 }
 .release a{
 	color: #fff;
 }
 
 .release p{
 	margin: 0 0 -8px 0;
	padding: 0;
 }
 
 .boxed {
	padding: 0 10px 10px 10px;
 }
 
.box {
	margin: 10px;
	float: left;
	width: 900px;
} 

.boxContent{
	min-height: 180px;
	margin-right: 10px;
}
.boxImage{
	float:left;
	margin-right:10px;
}

.boxImage img{
	max-width:300px;
	width: expression(this.width > 300 ? 300: true);
}

#OneColumnBox1 .recordimg img {
	max-width:378px;
	width: expression(this.width > 378 ? 378: true);
	border: 1px solid #fff;
}
.recordimg img {
	max-width:135px;
	width: expression(this.width > 135 ? 135: true);
	border: 4px solid #252525;
	padding: 0px;
}

.hover {
	opacity:0.8;
	filter:alpha(opacity=80);
}


#NewsBoxBottom{
	background-color: #000;
	color:#fff;
	float:left;
	width: 100%;
}

#NewsBoxBottom a img{
	color: #000;	
}

#NewsBoxBottom a, #NewsBoxBottom a:visited {
	color: #fff;	
}

#NewsBoxBottom a:hover {
	color: #fff;	
}