/* -------------------------- Layout ----------------------------------------*/

* 	{
	margin: 0; padding: 0; border: 0;
	}

body	{ 
	text-align: left;
	margin: 10px;
	background-color: ffffff;
	}

#header	{
	width: 1000px;
	height: 150px;
	background-image: url(layoutimg/header.png);
	text-align: left;
	}

#size	{
	width: 1000px;
	background: url('layoutimg/footer.png');
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position: bottom right;
	text-align: left;
	padding-bottom: 200px;
	}


#navigation {
	padding-top: 115px;
	padding-left: 425px;
	padding-bottom: 0px;
	padding-right: 0px;
	}


#content {
	margin-left: 100px;
	}

#twitter_div {
	width: 300px;
	text-align: left;
	float: right;
}

/* -------------------------- Text ----------------------------------------*/

#navigation {
	font: normal 12px Century-Gothic, helvetica, sans-serif;
	color: #66526D;
	word-spacing: 5px
	}

p	 {
	font: normal 12px Century-Gothic, helvetica, sans-serif;
	color: black;
	}

table	{
	font: normal 12px Century-Gothic, helvetica, sans-serif;
	color: black;
	}

a:link {
	text-decoration: none;
	color: #66526D;
	}

a:visited {
	text-decoration: none;
	color: #66526D;
	}

a:hover {
	text-decoration: underline;
	color: #66526D;
	}

a:active {
	text-decoration: none;
	color: #66526D;
	}

h1	{
	font: 12px Century-Gothic, helvetica, sans-serif;
	text-decoration: underline;
	color: #66526D;
	}

h2	{
	font: bold 12px Century-Gothic, helvetica, sans-serif;
	color: black;
	padding-left: 10px;
	}

ul	{
	padding-left: 10px;
	list-style-type: none
}

/* -------------------------- Images ----------------------------------------*/

#show {
	border-color: black;
	border-style: solid;
	border-width; 5px;
	}
