@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

* {
margin:0px;
padding:0px;
}

body {
font-family: 'Open Sans', sans-serif;
background:url('../images/bodybg.jpg') no-repeat white top center fixed;
color:#444444;

}

a {
color:#69A2EF;
outline:none;
}

a:hover {
text-decoration:none;
color:black;
}

#container {
width:1000px;
margin:0 auto;
}

.content {
width:920px;
padding:20px;
background:url('../images/contentbg.png');
margin:20px auto;
}

#header {
height:133px;
position:relative;
width:100%;
}

.header {
	position: fixed;
	margin-left:20px;
	margin-top:-193px;
}

#header img {
float:left;

}

#menu {
position:absolute;
left:89px;
bottom:0px;
height:30px;
background:#444444;
width:831px;
color:white;
}

#menu ul {
display:inline;
position:absolute;
top:4px;
}

#menu ul li {
display:inline;
}

#menu ul li a {
color:white;
text-decoration:none;
font-size:11pt;
padding:0 20px;
}

#menu ul li a:hover {
color:#69A2EF;
}

#title {
position:absolute;
height:80px;
width:300px;
left:109px;
top:0px;
}

#title h1 {
font-size:24pt;
margin-bottom:-10px;
padding-bottom:0px;
}

#title h3 {
font-size:16pt;
font-weight:bold;
}

#social {
position:absolute;
top:0px;
right:0px;
height:100px;
width:180px;
color:#444444;
font-weight:bold;
font-size:12pt;
background:url('../images/socialbg.png') no-repeat top right;
padding-right:30px;
text-align:right;
line-height:1.5;
}

#social a {
text-decoration:none;
color:#444444;
}

#social a:hover {
color:#69A2EF;}

#bodyc {
font-size:11pt;
color:#444444;

}

.bodyc {
	margin-top:193px;
	padding-top:20px;
}

#bodyc p {
margin-bottom:20px;
}

h2 {
margin-bottom:20px;
font-size:14pt;
}

#bodyc ul {
margin-left:40px;
font-size:11pt;
}













