/* CSS Document */
*{margin:0px;padding:0px;}

/* CSS Document */
body{ 
	padding: 0; /*get rid of default borders in Firefox*/
	margin: 0; /*get rid of default borders in IE*/
    font-size: 15px; 
	font-family: Myriad Pro;
	text-align:center;
	color: #fff;
	background-color:#50b6c7; 
	}

a:link{text-decoration:none;color:#fff; font-weight:normal;}
a:active {text-decoration:none;color:#fff; font-weight:normal;}
a:visited {text-decoration:none;color:#fff; font-weight:normal;}
a:hover{ color:#FDB824; font-weight:normal;}

a:link.selected {color:#FDB824; font-weight:normal;}

.links {padding-left:15px; padding-bottom:8px;}
.links a:link{text-decoration:none;color:#006577; font-weight:bold;}
.links a:active {text-decoration:none;color:#006577; font-weight:bold;}
.links a:visited {text-decoration:none;color:#006577; font-weight:bold;}
.links a:hover{ color:#f8a20c; font-weight:bold;}

#container{width:900px;min-height:100%;margin:0px auto; background-color:#50b6c7; padding-top:15px; }

