#wrapper {
	height: 700px;
	width: 940px;
	_width:1000px;
	margin:auto;
	position:relative;
}
body {
background-color:#99948f;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
h1 {
margin:0;
font-size:24;
color:#1b98d4;
font-size:200%;
font-weight:normal;
}
h2 {
margin:0;
font-size:18;
color:#1b98d4;
font-size:125%;
font-weight:normal;
}
p {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:100%;
line-height:17px
}
.deck {
font-size:115%;
}
#left-col {
margin-top:50px;
margin-bottom:50px;
background-color:white;
position:relative;
float:left;
width:20%;
height:600px;
_width:19.2%;/*ie 6 only*/
}
#right-col{
	margin-top:50px;
	margin-bottom:50px;
	background-color:white;
	float:right;
	height:600px;
	overflow-y: auto;
	width: 50%;
}
center-col {
height:100%;
margin:0;
background-color:white;

}
#content {
	margin:20px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #1b98d4;
	padding:10px 0 10px 15px;
	
}
#right-col a {
color: #000;
	display: block;
	margin: 0;
	padding: 8px 5px;
	text-decoration: none;
}
#right-col a:hover {
color: #1b98d4;
padding-bottom: 8px;
}

/*sub navigation style*/
#sub-nav {
position:absolute;
right:0;
bottom:15px;
text-align:right;
display:inline;
}
#sub-nav ul {
list-style:none;
position:relative;
}
#sub-nav ul li {
display:inline;
}
#sub-nav a {
	color:white;
	margin: 0;
	padding: 0 12px;
	text-decoration: none;
}
#sub-nav a:hover {
	color: #1898d4;
	padding-bottom: 8px;
}
/*sub navigation style ends*/

/*Main navigation style*/
#nav {
	position:absolute;
	margin-left:20px;
	bottom:20px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #1b98d4;
}
#nav ul {
	list-style:none;
	position:relative;
	margin: 0 0 0 -30px;
	_margin: 0 0 0 5px;
	*margin: 0 0 0 5px;
}
#nav ul li {
	margin: 0;
	padding: 0;
}
#nav a {
	color: #000;
	display: block;
	margin: 0;
	padding: 8px 5px;
	text-decoration: none;
	
}
#nav a:hover {
	color: #1b98d4;
	padding-bottom: 8px;
}
/*main navigation style ends*/
#credit {
position:absolute;
left:10px;
bottom:30px;
text-align:right;
padding-right:10px;
font-size:85%;
color:white;
}
#credit a {
color:white;
text-decoration:none;
}
#credit a:hover {
color:#1b98d4;
text-decoration:underline;
}
#logo {
margin :auto;
width:93px;
}
#content-img {
margin:20px 20px 0 20px;
}
