html,body {
	padding: 0;
	margin: 0;
	line-height: 1.3;
	background: #fff;
	}
body {
	font-family: tahoma;
	font-size: 13px;
	}
.c {
	clear: both;
	font-size: 0;
	height: 0;
	}
	
img {
	border: 0;
	}
	
.holder {
	width: 990px;
	margin: 0 auto;
	position:relative;
	}
	
#top {
	background: url('media/top-bg.png') repeat-x top left;
	height: 90px;
	position: relative;
	overflow: hidden;
	}

#logo {
	position: absolute;
	top: 0px;
	left: 20px;
	}
	
#gigaPhone {
	position: absolute;
	top: 37px;
	left: 400px;
	font-size: 25px;
	font-family: arial;
	letter-spacing: -1px;
	}	
	
#top h1 {
	position: absolute;
	left: 250px;
	font-size:27px;
	top:35px;
	margin: 0;
	font-weight: normal;
	}
	
#footer {
	border-top: 2px solid #000;
	background: #F8C230;
	margin-top:10px;
	padding: 5px 0px;
	}
	
#footer h3 {
	font-weight: normal;
	margin: 0;
	color:#fff;
	font-size:20px;
	margin-bottom:3px;
	}
	
#footer p {
	font-size: 14px;
	margin: 1px 0;
	}
	
#menu {
	float: left;
	width: 220px;
	}
	
#menu a {
	display: block;
	background:#F8C230;
	color:#000;
	text-decoration: none;
	padding: 8px 10px;
	font-size:14px;
	border-top: 1px solid #fff;
	outline: none;
	}
	
#menu a.level1 {
	font-size: 12px;
	padding: 5px 5px 5px 25px;
	border-top: 0;
	display: none;
	background:#ffd35d;
	border-bottom:1px solid #fee59d;
	}

#menu a:hover, #menu a.selected {
	background:#fee59d;
	}

	
#content {
	float: left;
	width: 530px;
	padding-left: 20px;
	}
	
#rightSide {
	float: right;
	width: 200px;
	background:#F3F3F3;
	}

.smallContent {
	padding: 5px 5px;
	margin-bottom:5px;
	border-bottom:1px solid #fff;
	}

.smallContent h3 {
	margin: 0;
	font-size:12px;
	}
	
.smallContent h3 a {
	color:#333;
	text-decoration:none;
	}
	
.smallContent p.readMore a {
	text-decoration: none;
	}
.smallContent p.readMore {
	text-align:right;
	}
.smallContent p {
	margin: 0;
	font-size:11px;
	color:#555;
	}
	
.title {
	margin-top: 0;
	margin-bottom: 0;
	}
	
.title a {
	color:#000;
	text-decoration: none;
	}
.title a:hover {
	background:#000;
	color:#fff;
	}
	
.articleHolder {
	padding-bottom: 0px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	}
	
.infoLine {
	margin: 0;
	color:#aaa;
	font-size: 11px;
	}
	
.infoLine a {
	color:#000;
	}