@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	background-color:#000;
}

#container {
	margin-left:auto;
	margin-right:auto;
	width:960px;
	overflow:none;
}

#titleBlock {
	background:url(../images/title.png) top left no-repeat;
	width:626px;
	height:60px;
	margin:auto;
}

#slideSelect {
	width:950px;
	height:200px;
	margin:auto;
}

#blockOne {
	background:#000 url(../images/saagbg.jpg) top center no-repeat;
	width:950px;
	height:900px;
	margin:auto;
	padding:10px;
}

#blockTwo {
	background:#000 url(../images/saagbg.jpg) top center no-repeat;
	width:950px;
	height:900px;
	margin:auto;
	padding:10px;
}

#blockThree {
	background:#000 url(../images/saagbg.jpg) top center no-repeat;
	width:950px;
	height:900px;
	margin:auto;
	padding:10px;
}

#blockFour {
	background:#000 url(../images/saagbg.jpg) top center no-repeat;
	width:950px;
	height:900px;
	margin:auto;
	padding:10px;
}

.navTitle {
	float:left;
	font-size:24px;
	font-weight:bold;
	/*border:1px solid #666;*/
}

.nav {
	float:right;
	padding:0 10px;
	text-align:right;
	overflow:auto;
	font-size:18px;
	color:#09F; /* #09F */
	/*border:1px solid #FFF;*/
}

.nav a {
	color:#FFF;
	text-decoration:none;
	/*margin:0 10px;*/
}

.nav a:hover {
	color:#00CCFF;
	text-decoration:none;
}

.navDivider {
	width:99%;
	size:3px;
	color:#FFF;
}

.leftContent {
	float:left;
	padding:5px;
	width:200px;
	text-align:center;
	overflow:auto;
	/*border:1px solid #0F0;*/
}

.midContent {
	float:left;
	padding:5px;
	width:200px;
	text-align:right;
	overflow:auto;
	font-size:24px;
	color:#00CCFF;
	/*border:1px solid #F00;*/
}

.rightContent {
	float:left;
	padding:5px;
	width:520px;
	text-align:left;
	overflow:auto;
	font-size:24px;
	/*border:1px solid #00F;*/
}

.rightContent a {
	color:#FFF;
	text-decoration:none;
}

.rightContent a:hover {
	color:#F00;
	text-decoration:none;
}

.insetBlock {
	height:125px;
	width:275px;
	margin:25px 0 0 40px;
	padding:0 20px 20px 20px;
	float:left;
	/*border:1px solid #FFF;*/
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	/*background-color:#66CCFF;*/
	/*background-color:rgba(102,204,255,0.2);*/
	background-color:rgba(51,0,255,0.2);
	/*background-color:rgba(0,0,153,0.4);*/
	/*filter:alpha(opacity=20);*/
	color:#39F;
}

.insetBlock a {
	font-weight:bold;
	color:#33F;
	text-decoration:none;
}

.insetBlock a:hover {
	color:#0CF;
	text-decoration:none;
}
