/* Reset default browser rendering */
@import url("reset.css");

/* **************************************** */

/* holding page */

#holding_logo {
	margin-left: auto;
	margin-right: auto;
	margin-top
	
	
}



/* = Generic HTML Styles */



body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
	color: #cccccc;
	margin-top: 20px;
	
}

#header {
	width: 850px;
	height: 65px;
	overflow: visible;
	margin: auto;
	margin-top: 20px;
	background-color: #242B27;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 24pt;
	font-weight: bold;
	vertical-align: bottom
}

#content {
	width: 800px;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
	margin: auto;
	font-size: 85%;
}

#footer {
	width: 850px;
	padding-left: 20px;
	padding-right: 20px;
	height: 20px;
	overflow: visible;
	margin: auto;
	background-color: #242B27
}

#footer2 {
	width: 850px;
	padding-left: 30px;
	padding-right: 20px;
	height: 60px;
	overflow: visible;
	margin-top: 30px;
	text-align: left;
	font-size: 80%
}



.col {
	width: 270px;
	height: 530px;
	float: left;
	border-right: solid 5px #434642;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../img/dark_corner.png);
}

.colCenter {
	width: 270px;
	height: 530px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	border-right: solid 5px #434642
}

.hdrCol {
	width: 250px;
	float: left;
	border-bottom: solid 5px #637369
	
}

.hdrColCenter {
	width: 250px;
	margin-right: 35px;
	margin-left: 35px;
	float: left;
	border-bottom: solid 5px #637369
}

.colRow {
	width: 220px;
	min-height: 210px;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../img/dark_corner.png);
	background-color: #434642;
	padding: 20px
}

.colRow2 {
	width: 220px;
	min-height: 220px;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../img/dark_corner.png);
	background-color: #434642;
	padding: 20px;
	margin-top: 10px
}

.colRowInside {
	width: 180px;
	height: 180px;
	background-color: #242B27;
	padding: 20px;
}

.colRowInsideImg {
	width: 220px;
	height: 220px;
	background-color: #242B27;
}

colRowInsideImg

/* typography */

.bodytext {
	font-size: 70%;
	font-weight: normal;
	text-align: left;
	text-transform: none
}

.bold {
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}

.heading1 {
	font-size: 70%;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase
}

.heading1_2 {
	font-size: 70%;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	vertical-align: top
}



a {
	text-decoration: none;
	font-weight: normal;
} 

a:link	{
	color: #231e1e;
} 

a:visited	{
	color: #637369;
} 

a:active	{ 
	color: #637369;
} 

a:hover	{ 
	color: #9a1e0d; 
}

a.imglinkfade {
	border:none
} 

a.imglinkfade:link	{
	border:none
} 

a.imglinkfade:hover	{ 
	border:none;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60)
}



