/* 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; }
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; }
/* End Reset */


body {
	background: url(img/bg_grad.jpg) top left repeat-x #cfcece;
	font-size: 100%;
	font-family: Georgia, Garamond, "Times New Roman", Times, serif;
	text-align: center;
	color: #444;
}
	
#wrapper {
	margin: 5px auto 20px auto;
	text-align: left;
	width: 880px;
	position: relative;
}

.top {
	background: url(img/top.gif) top right no-repeat ;
	height: 15px;
}
	

#middle {
	width: 865px;
	float: left;
	border-right: #37c6f3 15px solid;
	background: url(img/splash_bg.gif) bottom left no-repeat #FFFFFF;
	padding: 0 0 20px 0;
}
	
#middle img {
	margin: 0 0 0 10px;

}
	
#middle img.first {
	margin: 0 0 0px 0;
}

#bottom {
	background: url(img/bottom.gif) bottom left no-repeat;
	width: 880px;
	height: 15px;
	clear: both;
}

.contentframe {
	width: 620px;
	float: left;
	background: url(img/content_bottom.gif) bottom left no-repeat;
	padding: 0 0 10px 0;
	margin: 10px 0 10px 0;
}

.content {
	border-right: #ccc solid 10px;
	border-left: #F5F7F7 solid 1px;
	background-color: #F6F9FB;
	float: left;
	width: 609px;
}
		
.content p {
	font-size: 13px;
	margin: 10px;
	text-align: justify;
}

.content p a {
	font-size: 98%;
	border-bottom: 1px #1C7AD5 dotted;
}

.content p a:hover {
	text-decoration: none;
	border-bottom: 1px #1C7AD5 solid;
}

.content ul {
	list-style-type: disc;
	list-style-position: inside;
	font-size: 87%;
}

.content ol {
	list-style-position: inside;
	font-size: 87%;
}

.content ul a {
	font-size: 75%;
	border-bottom: 1px #1C7AD5 dotted;
}

.contentframe .top {
	background: url(img/content_top.gif) top left no-repeat;
	height: 10px;
}
	
#menu {
	width: 200px;
	float: right;
	background: url(img/sidebar_bottom.gif) bottom left no-repeat;
	padding: 0 0 0 0;
	margin: 10px 0px 10px 0;
}
	
#menu .top {
	background: url(img/sidebar_top.gif) top left no-repeat;
	height: 10px;
}

	
#menuitems {
	border-right: #ccc solid 10px;
	background-color: #F5F7F7;
}

#menuitems p {
	margin-left: 7px;
	margin-bottom: 5px;	
}
	
#menuitems a {

}
	
hr {
	height: 1px;
	margin-left: 10px;
	margin-right: 10px;
	border: none;
	border-bottom: 1px #ccc dotted;
}
	
h1 {
	font-size: 65%;
	color: #333333;
	font-weight: 700;
	padding: 5px 0 5px 5px;
	border-top: 4px #ccc solid;
	border-bottom: 1px #ccc dotted;
	margin: 0 9px 0 5px;
}
	
h1 span {
	text-transform: uppercase;
}
	
h2 {
	font-size: 115%;
	text-align: center;
	color: #333;
	padding: 2px 0 10px 0;
	border-bottom: dotted 1px #ccc;
	color: #275F8B;
}

ul {
	margin: 5px 10px 10px 10px;
}

ol {
	margin: 5px 10px 10px 10px;
}
	
a, a:link, a:visited {
	text-decoration: none;
	color: #333;
	font-size: 65%;
}
	
a:hover, a.selected {
	color: #fff;
	background: #1C7AD5;
}
	
a.image: hover {
	color: #fff;
	background: #fff;
}

ul li {
	padding-bottom: 5px;
}
	
#main {
	border-top:  dotted  #999 1px;
	margin: 5px 15px 0px 15px;

}

#welcome {
	border-bottom:  dotted  #999 1px;
	padding: 10px 5px 15px 5px;
}

#welcome span {
	color: #1C7AD5;
}
	
#description {
	float:  right;
	width:  275px;
	margin: 10px 10px 10px 0;
}

#description dl {
	margin: 5px 0 10px 0;
	border-bottom: dotted 1px #ccc;
	padding-bottom: 5px;
}
	
#description dl dt, h3 {
	font-size: 65%;
	font-weight: bold;
	padding-bottom: 3px;
	color: #333;
}
	
#description h3 {
	padding-bottom: 5px;
}
	
#description dl dd {
	font-size: 65%;
	color: #333333;
	margin-bottom: 3px;
	padding-bottom: 2px;
}
	
#description dl dd a {
	font-size: 100%;
}

#description ol li{
	font-size: 65%;
	color: #333333;
	list-style-position: inside;
	padding-bottom: 5px;
}
	
.contentframe .content #cover {
	margin: 10px 0 0 5px;
	float: left;
	width: 295px;
	border: #ccc 1px solid;
	padding: 5px;
	background: #fff;
}
	
#additionalInformation {
	float: left;
	width: 307px;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 5px;
	border-bottom: 1px #ccc dotted;
}
	
#additionalInformation h3, #additionalInformation p {
	padding: 0 10px 5px 10px;
}
	
#additionalInformation p {
	font-size: 70%;
	color: #333;
	line-height: 1.3em;
}
	
#download {
	float: left;
	width: 307px;
	margin: 10px 0 0 5px;
	border-top: 4px #ccc solid;
	border-bottom: 1px #ccc dotted;
	padding: 8px 0 8px 0;
}
	
#listen, #digg, #delicious, #facebook {
	float: left;
	width: 307px;
	margin: 0px 0 0 5px;
	border-bottom: 1px #ccc dotted;
	padding: 8px 0 8px 0;
}
	
#download a, #listen a, #delicious a, #digg a, #facebook a {
	margin: 0 0 0 4px;
}

#download img, #additionalInformation img, #listen img {
	margin-bottom: -2px;
}
	
#header img {	
	border: #000 solid 1px;
	margin-left: 6px;
	margin-bottom: 10px;
}

#header img.first {
	margin-left: 20px;
}
	
#footer {
	text-align: center;
	clear: both;
	width: 830px;
	position: relative;
	border-top:  1px #666 dotted;
	padding: 5px 10px 0px 0;
	margin-top: 10px;
}
	
#footer p {
	font-size: 65%;
}	
	
#footer a {
	font-size: 100%;
}	
	
#header ul {
	text-align: right;
	float: right;
	margin: 0px;
	margin-right: 30px;
}

#header ul li{
	display: inline;
	padding-right: 4px;
}

#header #txtml {
	height: 75px;
	font-size: 75px;
	color: #1C7AD5;
	margin-left: 15px;	
}

#header #txtml a {
	font-size: 75px;
	color: #1C7AD5;
	text-decoration: none;
}

#header #txtml a:hover {
	background: none;
}

#header #subtitle {
	float: left;
	margin-left: 15px;
}

#header #headerbottom {
	clear: both;
	margin-bottom: 5px;
}

.sub {
	font-size: 75%;
	text-transform: uppercase;
	font-weight: bold;
	color: #999;
	border-bottom: 1px #ccc dotted;
}

.code {
	font-size: 65%;	
	font-family: courier,monospace;
	background-color: #eee;
	margin: 0 10px 10px 10px;
	padding: 10px;
}
