* {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

html {
	margin:0;
	padding:0;
	height: 100%;
}

/* standard elements */
body {
    margin: 0;
    padding: 0;
	background: url('/image/bg.png') rgb(220,220,220) repeat-x fixed;
}

/* the styling */
p {
	font-size: 9pt;
	line-height: 12pt;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #333;
}

.caption {
	font-size: 7pt;
	line-height: 9pt;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #333;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #BBB;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 24pt;
}
h1,.h1 {
	font-weight: 900;
	font-size: 26pt;
}

h2,.h2 {
	font-weight: normal;
	font-size: 26pt;
	margin-top: 5px;
	color: #CCC;
}

h3,.h3 {
	font-weight: normal;
	font-size:14pt;
	color: #999;
	line-height:18pt;
}

h4,.h4 {
	font-weight: normal;
	font-size:12pt;
	color: #999;
	line-height: 14pt;
	margin-top: 6pt;
}

h5,.h5 {
	font-weight: normal;
	font-size:14pt;
	color: #999;
	line-height: 17pt;
	margin-bottom: 10pt;
	margin-top: 20pt;
}

a:active, a:hover, a:link, a:visited {
	color: #b76b17;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	background: #b76b17;
}

li,ul {
	list-style: none;	
	margin: 0;
	padding: 0;
}

#mainstrip100 {
	position: absolute;
	top: 0px;
	left: 160px;
	height: 100%;
	width: 820px;
	background-color: white;
}

#mainstrip,#mainstripthumb {
	position: relative; 
	top: 50px;
	height: auto;
	width: 760px;
	background-color: white;
	padding: 30px 30px 30px 30px;
	margin: 0;
}

#mainstripthumb {
	padding-right: 0px;	/*to counter the last image padding */
	width: 790px;
}
#menustrip {
	margin: 0;
	padding: 0;
	top: 30px;
	left: 20px;
	position: fixed;
	vertical-align: top;
	text-align: left;
	overflow: hidden;
}

#mainmenu ul,li {
	line-height:16px;
}

#mainmenu a {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #CCC;
	font-size: 20px;
	font-weight: 900;
}

#mainmenu a:hover {
	color: #DDD;
	text-decoration: none;
	background: none;	
}

#mainmenu img:first-child {
	margin-bottom: 30px;
}

#feeds {
	left: 20px;
	width: 140px;
	position: fixed;
	bottom: 20px;
}

#feeds a:hover {
	background:none;
}

#leftsection, #rightsection, #thumbnails,#lists {
	float: left;
	padding-bottom: 0px;
	margin: 0;
}

#leftsection {
	width: 350px;	
	padding-right: 30px;
}

#rightsection {
	width: 350px;
	padding-right: 30px;
}

#thumbnails {
	float: left;
}

#thumbnails img, #lists img {
	padding: 0 6px 6px 0;
	width: 100px;
	height: 100px;
	margin: 0;
}

#lists {
	width: 760px;
}
#lists li:first-child {
	padding-top: 0px;
}
#lists li:hover {
	background-color: #EEE;
}
#lists a {
	text-decoration: none;
	float: left;
}
#lists li {
	border-bottom: 1px rgb(100,100,100) solid;
	min-height: 110px;
	padding-top: 10px;
}

#lists img {
	padding: 0 20px 10px 0;
}

.listimage {
	float: left;
}

#lists .h1 {
	font-size: 20pt;
	line-height: 20pt;	
	display: block;
}
#lists .h2 {
	font-size: 18pt;
	line-height: 18pt;
	margin-bottom: 8px;
	color: #CCC;	
	display: block;
}


#lists .h3 {
	font-size: 11pt;
	line-height: 13pt;
	display: block;
	margin: 0;
	margin-bottom: 4px;
}

#lists .h4 {
	font-size: 10pt;
	line-height: 11pt;
	display: block;
	margin: 0;
}

#lists .p {
	font-size: 9pt;
	color: rgb(100,100,100);
	display: block;
	line-height: 12pt;
}

#lists img {
	border: 0;
}

#lists a {
	vertical-align: middle;
}

#feeds {
	left: 20px;
	width: 140px;
	position: fixed;
	bottom: 20px;
}

#mainhead {
	margin-bottom: 50px;
}

#subhead {
	margin-bottom: 50px;
}

#divider {
	border-bottom: 1px #AAA solid;
	height: 3px;
	margin-top: 10px;
	margin-bottom: 30px;
}

.mainimage {
	margin-bottom: 14px;
}

