/* Yahoo! Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* CUSTOM CSS */

*{
	font-family: "Trebuchet MS";
}

body{
	background-color: #fec;
}

#links{
	position: absolute;
	position: fixed;
	right: 0px;
	top: 0px;
	width: 15%;
}
#links a{
	display: block;
	margin-left: 30px;
	text-decoration: none;
	color: #00c;
	font-size: 90%;
	background-color: #ffe;
	padding-left: 10px;
	white-space: nowrap;
}
#links a:hover{
	color: #0c0;
}
#container{
	width: 70%;
	min-width: 400px;
	margin: 0px auto;
	padding: 10px 20px;
	height: 100%;
	border-right: 2px #000 solid;
	border-left: 2px #000 solid;
	background-color: #ffe;
}

#logo{
	font-size: 200%;
	font-weight: bold;
	color: #098273;
	border-bottom: 2px #666 solid;
	margin-bottom: 10px;
}
#logo small{
	font-size: 30%;
	font-weight: normal;
	color: #000;
}

div.news{
	border-bottom: 1px #ddd solid;
	padding: 10px 0px;
}
div.news h1{
	font-size: 110%;
}
div.news h2{
	font-weight: bold;
}
div.news a{
	font-size: 80%;
	text-decoration: none;
	color: #00c;
}