
/* Body and Links */
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 1.5;
	font:12px arial,helvetica,verdana,sans-serif;
	background-image: url(./images/bgindex.png);
	background-repeat:repeat-x;
	background-color: #fff;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img{
	border:0;
}

h1, h2, h3{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 100%;
	font-weight:normal;
}

h1{
	font-size:3em;
	font-family:"Century Gothic", "Trebuchet MS", Arial, sans-serif;
	letter-spacing: -0.05em;
	font-weight:normal;
	text-transform:uppercase;
	color:#888897;
}

h2{
	font-size:2em;
	font-weight:lighter;
}

h3{
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:6px;
}
/* End Main and Links*/

/*START Container!*/

#container{
	position: absolute;
	width: 850px;
	left: 50%;
	margin:0px 0px 0px -455px;
	padding: 0px 10px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	overflow:auto;
}
/*END Container!*/

/*START Header*/
#header{
	width:850px;
	height:250px;
	background-image: url(./images/headerNew.jpg);
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
/*END Header*/

#main{
	width:845px;
	padding-left:5px;
	background-color:#35468c;
	overflow:auto;
	background-image: url(./images/drop-shadow-main.png);
	background-repeat: repeat-x;
}
/*START Footer */
#footer{
	width:830px;
	text-align:center;
	font-size:80%;
	color:#999999;
	padding:10px;
	background-image: url(./images/drop-shadow-main.png);
	background-repeat: repeat-x;
}

#footer a{
	color:#999999;
	text-decoration: none;
	border-bottom: 1px dotted #999999;
}

#footer a:hover{
	border-bottom: 1px dotted #cccccc;
}
/*END Footer */

/*START menu*/
#menuBlock{
	width:840px;
	height:50px;
	margin:-12px 0px 0px 0px;
	padding:0px 0px 0px 10px;
	background:#35468c;
}

ul.nav{
	list-style:none;
	margin-left:-37px;
}

.nav li {
	border-right:1px solid #DDD;
	float:left;
	display:block;
	width:100px;
}

.nav li a{
	font-size:11px;
	outline:none;
	color:#fff;
	text-decoration:none;
	display:block;
	padding:5px 0px 0px 5px;
	width:99px;
	text-transform:uppercase;
	height:40px;
}

.nav li a span{
	font-size:11px;
	color:#a5c3ed;
	text-transform:lowercase;
}
.nav li a:hover{
	background:#2a3875;
	color:#fff!important;
	width:95px;
}

#end a:hover{
	color:red;
}

* html .nav li a:hover{
	background:#2a3875;
	width:99px;
}
/*END menu*/

/*START content*/
.content{
	/*background-image: url(./images/contentbg.gif);*/
	background-position: top center;
	background-color:#fff;
	background-repeat:repeat-x;
	width:630px;
	overflow:auto;
	color:#4D3A33;
	padding-left:20px;
	background-image: url(./images/drop-shadow-main.png);
	background-repeat: repeat-x;
}

.rContent{
	float:right;
	margin-top: 20px;
	margin-right:20px;
	width:450px;
	overflow:auto;
	min-height: 484px;
	
}
.rContent img{
	float:right;
	border: 10px #35468c solid;
	text-align:center;
}

#sidebar{
	width:195px;
	float:right;
	color:#a5c3ed;
}

#sidebar h1{
	font-size:15px;
	text-align:right;
	border-bottom:1px #888897 dotted;
	line-height:20px;
	color:white;	
	background-image: url(./images/drop-shadow-main.png);
	background-repeat: repeat-x;
	padding-top:15px;
	padding-right:3px;
}

#sidebar a{
	color:#a5c3ed;
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	line-height:20px;
}
#sidebar a:hover{
	border-bottom: 1px dotted #cccccc;
}

#aboutMe{
	font-size: 90%;
	padding:7px;
}

/*END content*/

.toggler{
	cursor: pointer;
}

