﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body { background-color:black; }

/*containers*/

#banner { width:1400px; margin:0px auto;}

#wrapper { width:1020px; margin:0px auto; background-color:black; position:relative}

p {
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:white;
	}

h1 {	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:white; text-align:center; font-weight:bold;

	}

h2 {	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:white; text-align:center; font-weight:bold;

	}


.blue { color:white;
		font-family:Georgia, "Times New Roman", Times, serif; 
		font-size:16px;
		font-variant:normal; 
	}	
	
<style>	
a:link {
  color: #0067c7;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #0067c7;
  background-color: transparent;
  text-decoration: none;
}
	
</style>
	
div { background-color:black; }

#leftside {float:left; background-color:#07004d; margin:10px; padding:7px 7px 7px 7px;
			border: 1px white solid; width:262px; }

#socaialMedia { float:right;  }
#socaialMedia img { width:35px; height:35px;  }
#socaialMedia ul li { display: inline; }
#socaialMedia p {text-align:center; }

#topnav { width 1100px; margin:0px; text-align:center; }
#topnav ul { width 1100px; float:left; margin:0px; }
#topnav ul li { display: inline; }
#topnav a:link  { color:white; background-color:#07004d; }
#topnav a:visited  { color:white; background-color:#07004d; }
#topnav a:hover  { color:white; background-color:#542130; }
#topnav a:active  { color:white; background-color:#07004d; }
#topnav a:focus  { color:white; background-color:#07004d; }
#topnav ul li a  { float:left; padding:10px 20px; border: 1px #3E4B75 solid; -moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px;  text-decoration: none; }

#rightside { float:right; position:absolute; left:750px; top:170px; width:300px; height:1000px; }

#twitter-timeline  { max-height:1000px; }

#center { width:450px; margin:5px auto; }



#content { margin:10px; padding:25px 7px 7px 7px; width:650px; }




#footerlogo { width:116px; margin:0px auto; padding: 7px; }

#footer { background-color:#462d42; color:white; width:100&; padding:3px; text-align:center;}
#footer ul a { text-decoration:none; color: white; }


