/* Main Body */

body {
	background-color: #F5F5F5;
	}

#outter {
	background-color: #fff;
	width: 801px;
	margin-top:30px;
	margin-bottom:30px;
	margin-left: auto;
    margin-right: auto;
	}
	
#inner {
	background-color: #fff
	margin:0px;
	height:auto;
	padding: 10px;
	}

div#header {
	width: 800px;
	margin-bottom: 10px;
	}
	

div#content {
	width: 65%;
	min-height: 500px;
	float: left;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	}
	
div#profile {
	float: right;
	width: 25%;
	min-height:160px;
	padding: 10px;
	margin-top: 20px;
	font-weight: bold;
	font-style: italic;
	}
	
div#social {
	float: right;
	background-color: black;
	width: 25%;
	padding: 10px;
	margin-top: 20px;
	min-height:160px;
	text-align: center;
	}
	
#social img {
	border: 0;
	margin: 5px;
	}
	
div#footer {
	clear: both;
	display: block;
	}
		
div#footer {
	width: 770px;
	height: 60px;
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
	margin-top: 10px;
    padding: 10px;
    border-top: thin solid #000000;
    }
	
div#footer a:link {
	color: #000;
	text-decoration: none;
	}
	
div#footer a:visited {
	color: #ccc;
	text-decoration: none;
	}

div#footer2 {
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
	}
	
div#footer2 a:link {
	color: #000;
	text-decoration: none;
	}
	
div#footer2 a:visited {
	color: #ccc;
	text-decoration: none;
	}
	
div#main-nav {
	font-size: small;
	text-transform: uppercase;
	background-color: #fff;
	}
	
div#main-nav  ul {
	list-style: none;
	padding: 0;
	margin: 0;
	
	}

div#main-nav  li {
	float: left;
	margin: 0 0.15em;
	
	}

div#main-nav  li a {
	background-color: #ffe;
	height: 2em;
	line-height: 2em;
	float: left;
	min-width: 50px;
	display: block;
	border: 0.1em solid #dcdce9;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
	padding: 5px;
	}

div#main-nav a:hover {
	background-color: #369;
	color: #fff;
	}
	
.mid {
	text-align: center;
    }
    
div.follow {
	text-align: center;
	color: white;
	font-weight: bold;
	margin-bottom: 5px;
    }
    
.link a {
	text-align: center;
	text-decoration: none;
	color: #000;
	font-size: large;
	font-weight: bold;
	}
	
.statement1 {
	text-align: center;
	text-decoration: none;
	color: #000;
	font-size: large;
	font-weight: bold;
	}
	
.statement  {
	text-align: center;
	text-decoration: underline;
	color: #000;
	font-size: large;
	font-weight: bold;
	}
	
.link2 a {
	text-align: center;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	}	
.disclaimer {
	text-align: center;
	font-size: x-small;
	color: grey;
	font-style: italic;
	}