
/* ----- Structure and Layout ----- */

body {
	text-align : center;
	background-color: #cc99ff;
	min-width : 780px ;
	}

#wrapper {
	width : 780px;
	text-align : left ;
	margin-left : auto ;
	margin-right : auto ;
	}

#header {
	padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
        text-align: right;
        background: #9966ff;
        border-bottom:1px solid #ffffff;
	}

#navbar {
	padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
        text-align: left;
        background: #9966ff;
        border-bottom:5px solid #ffffff;
	}


#maincontainer {
	float: left;
	width : 780px;
	background-color: #ffffff;
	}

#padding {
	clear: both;
	padding: 10px 0 0 0;
	}

#content {
	float: left;
	width: 780px;
	padding: 0px 5px 10px 5px;
	}


/* ----- Typography ----- */

body {
	font: small Comic Sans MS, Sans-serif;
	line-height: 1.6em;
	color: #000000;
	}

h1 {
	padding-top: 10px;
	font-size: 1.2em;
	color:#000000
	}

h2 {
	font-size: 1em;
	font-style:italic;
	color: #000000;
	}

#innernews p {
	margin-left: 10px;
	padding: 0 10px 0 10px;
	border-left: 1px dashed #422100;
	font-size: .8em;
	line-height: 1.2em;
	}

/* ----- Links ----- */

a:link { 
	color: #ffffff;
	text-decoration:none;
	}
a:visited { 
	color: #ffffff;
	text-decoration:none;
	}
a:hover { 
	color: #99ffff;
	text-decoration:underline;
	}


/* ------ Footer ----- */

#footer {
	text-align: center;
	clear:both;
	font-size: .8em;
	color: #ffffff;
	}

	