/* CSS Document */

html {
        background: url(background1.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

body {
	font-family: Georgia, Times, Times New Roman;
	font-size: 13px;
}

div#mainimage {
	width: 402px;
	z-index: 1;
	float:left;
	margin: 0;
	position:absolute;
	top: 0;
	left: 0;
}

blockquote {
	margin-top: 10px;
  	margin-bottom: 10px;
  	margin-left: 30px;
  	padding-left: 15px;
 	border-left: 3px solid #999;
}

div#content {
	z-index: 2;
	position: absolute;
	top: 20;
	left: 200;
	width: 725px;
}

div#content a{
	font-family: Georgia, Times, Times New Roman;
	font-weight: bold;
	text-decoration: none;
}

div#content a:hover{
	font-family: Georgia, Times, Times New Roman;
	font-weight: bold;
	color: #777;
	text-decoration: none;
}

div#iconLinks a{
	font-family: Georgia, Times, Times New Roman;
	font-weight: bold;
	text-decoration: none;
}

div#iconLinks a:hover{
	font-family: Georgia, Times, Times New Roman;
	font-weight: bold;
	color: #fff;
	background-color:#fff;
	text-decoration: none;
}


div#header {
	text-align:center;
	clear: both;
}

div#menu {
	text-align: right;
	clear: both;
}

div#mainbarLeft {
	background: url('bg-content.png');
	padding: 10px;
	width: 480px;
	float: left;
	-moz-border-radius-topleft:2ex;
	-moz-border-radius-bottomright:2ex;
	-moz-border-radius-topright:0ex;
	-moz-border-radius-bottomleft:0ex;
	-webkit-border-top-left-radius:2ex;
	-webkit-border-bottom-right-radius:2ex;
	-webkit-border-top-right-radius:0ex;
	-webkit-border-bottom-left-radius:0ex;
}

div#mainbarRight {
	width: 205px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}

hr {
	width: 100%;
	color: #000;
	background-color:#000;
	border:0px;
	height: 1px;
}
