/* CSS Document */
html{
	overflow: -moz-scrollbars-vertical;
}

body {
	background-color: #c7c9cb;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
}

img {
	border:none;
	}
	
#outer {
	width: 100%;
	text-align:center;
	vertical-align:middle;
	height: 100%;
}

#main {
	top: 0px;
	width:950px;
	background-repeat:repeat;
	margin: auto;
	float:inherit;
}

#container {
	background-color: #FFFFFF;
	width:808px;
	background-image:url(../images/bg.gif);
	background-repeat:repeat;
}
#footer {
	background-color: #c7c9cb;
	width:808px;
	height:100px;
	float:inherit;
}
#copyright {
	width:800px;
	height:40px;
	margin: auto;
	float:inherit;
}


#adverts {
	float: left;
	margin-top:2px;
	margin-bottom:0px;
	margin-right:0px;
	width: 100%;
	height:60px;
	text-align: left;
}

#main-nav {
	float: left;
	margin-top:10px;
	margin-left:10px;
	width: 150px;
	text-align: left;
}
#heading {
	float: left;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:5px;
	width: 780px;
	height: 25px;
	text-align: left;
}
#contents {
	float: left;
	width: 420px;
}
#pagecontents {
	float: left;
	width: 615px;
	}
#exercises {
	float: left;
	width: 615px;
}
#linkbox {
	float: left;
	margin-top:10px;
	width: 195px;
}
#linkboxbig {
	float: left;
	margin-top:10px;
	padding-left:10px;
	width: 390px;
}
#advert120x600 {
	float: right;
	width: 130px;
	height: 720px;
	background-image:url(../images/advertisements/advert-bg.gif);
}

/* HOME PAGE ONLY */

#mainfeature {
	float: left;
	margin-top:10px;
	margin-left:10px;
	width: 400px;
	height: 180px;
}

#intro {
	float: left;
	margin-top:10px;
	margin-left:10px;
	width: 400px;
}

#rightcontents {
	float: left;
	width: 195px;
	margin-left:10px;	
}

/* I M A G E  R E L A T E D */
#logo {
	position:relative;
	width: 285px;
	height: 50px;
	left: 10px;
	top: 10px;
}

#mainimage {
	position:relative;
	width: 780px;
	height: 150px;
	margin-left: 10px;
	margin-top: 20px;
}

.clear {
clear:both;
}

/* T Y P O G R A P H Y - T E X T , L I N K S , L I S T S */

p {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #939598;
	text-align: left;
}

.boldtitle {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	font-variant: normal;
	text-transform: lowercase;
	color: #000000;
	letter-spacing: -0.5px;
	text-align: left;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #939598;
	letter-spacing: -0.1px;
}

.titleblack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	letter-spacing: -0.1px;
}

.date {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	font-weight: lighter;
	font-variant: normal;
	text-transform: lowercase;
	color: #CCCCCC;
}
.titlesub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	letter-spacing: -0.1px;
}
.titlesubgrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #939598;
}
.titlesuborange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ff3f0f;
}
.text {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: lighter;
	color: #939598;
	text-align: left;
}
.textorange {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: lighter;
	color: #ff3f0f;
	text-align: left;
}

.mainnav-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; 
	font-style: normal;
	line-height: 16px;
	color: #939598;
	text-decoration: none;
}
.subnav-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #939598;
	text-decoration: none;
	margin-left: 15px;
}

.clear {
clear:both;
}



/* L I N K S */

a:link {
	color: #939598;
	text-decoration: none;
}
a:visited {
	color: #939598;
	text-decoration: none;
}
a:hover {
	color: #ff3f0f;
	text-decoration: none;
}
a:active {
	color: #939598;
	text-decoration: none;
}
