@charset "utf-8";
/* CSS Document */

body {
	font-family: Georgia, serif;
	background: #bbb url(../images/background.jpg);
	margin: 0;
	padding: 0;
	margin-top:0px;
	margin-right:150px;
	}

p, h1, h2, h3, h4, h5, h6, li {
	margin: 1ex 1em;
}

a:link {color:#0028d4}      /* unvisited link */
a:visited {color:#35437e;
	text-decoration: none;}  /* visited link */
a:hover {color:#e00b10}  /* mouse over link */
a:active {color:#0000FF}  /* selected link */

#outerdiv {
	width: 1000px;
	height: 725px;
	margin: 0 auto;
	color: #000;
}
a img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}


#header {
	height: 80px;
	position:relative;
	background: #ca0a0e;
}

#logo {
	position: absolute;
	left:50px;
	top: 15px;
	width: 163px;
	height: 49px;
	background: url(../images/layout.gif) no-repeat;
}

#mainmenu {
	position: absolute;
	left:280px;
	top: 0px;
	width: 700px;
}

#mainmenu img{
	border: none;
}


#mainmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainmenu li {
	float: left;
	margin: 0;
	padding: 0;
}

#content {
	background: url(../images/layout.gif);
	height: 725px;
}
	

#gadlogo {
	float: right;
	width:662px;
	height: 150px;
	right: 10px;
	margin-top: 20px;
	background: url(../images/gadlogo.png) no-repeat;
	font-size: .65em;
}

#maincontent {
	float: right;
	width:735px;
	height: 450px;
	right: 10px;
	margin-top: 20px;
	margin-right: 45px;
	font-size: .65em;
}

#maincontentlinks {
	float: right;
	width:735px;
	height: 40px;
}

.links {
	padding-top: 10px;
	list-style:none;
	margin-left: 20px;
}

.linksbottom {
	padding-top:10px;
	list-style:none;
	margin-left: 180px;
}

.links img {margin: 0px 20px 0px 20px; border:none}
.linksbottom img {margin: 0px 20px 0px 20px; border:none}


#maincontentinner {
	float: right;
	width:675px;
	height: 370px;
	margin-right: 25px;
	background-color:#000;
}

#maincontentlinksbot {
	float: right;
	width:735px;
	height: 40px;
}

#bottomimages {
	float: right;
	width:835px;
	height: 50px;
	margin-top:10px;
}

#speakuplogo {
	float: left;
	width:200px;
	height: 50px;
}


#socialmedia {
	float: right;
	width:350px;
	height: 50px;
}

#maincontent p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	line-height: 1.4em;
	margin: 1ex 0;
}

#maincontent h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#maincontent h1 {
	font-size: 1.6em;
	font-weight: bold;
	margin: 0 0 .4ex 0;
}



.clear { clear: both; }

/*footer*/

#footer {
	clear:both;
	color: #000;
	width: 1050px;
	margin: 0 auto;
	margin-bottom: 50px;
	font-size: .6em;
	text-align: center;
	
}

#footerinner {
	
}

#cursor {
	position: absolute;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	width: 100px;
	margin-left: 600px;
	margin-top: -360px;
}

#cursor a{
	color: #fff;
}
