/*
 Normal Stylesheet
 Kantonese Students' Association
 Style by Kent Rasmussen
*/

/*
 This stylesheet is just for elements that are displayed differently on bigger screens.
 If styles are for smaller screens, view style_small.css
 If styles are for all, view style.css
*/
body {
	background-position:0 108px, 0 0;
}

#logo {
	height:110px;
	width:104px;
}
#top {
	margin:15px 0 0 80px;
}
#title {
	background-color:#FFF;
	border-bottom:1px solid #333;
	border-top:1px solid #333;
	height:70px;
	padding:0 0 0 30px;
}
#title img {
	display:block;
	margin:12px 5px;
}
#title span {
	display:none;
}
#navigation {
	font-size:12px;
	height:16px;
	line-height:16px;
	margin:4px 0 1px 0;
	padding:0 0 0 35px;
}
#navigation a {
	border-left:1px solid #000;
	border-radius:5px 5px 0 0;
	border-right:1px solid #000;
	border-top:1px solid #000;
}
#content {
	padding:5px;
}