/* CSS Document */

/* global */
body {
	background-image: url(../images/page-sides.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-color: #e1f3fd;
	}
	
/* images */
#logo {
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	}
#text-top {
	background-image:url(../images/text-top.jpg);
	background-repeat:no-repeat;
	}
#text-bg {
	background-image:url(../images/text-bg.jpg);
	background-repeat:repeat-y;
	}
#text-bottom {
	background-image:url(../images/text-bottom.jpg);
	background-repeat:no-repeat;
	}
#whats-new-top {
	background-image:url(../images/whats-new-top.jpg);
	background-repeat:no-repeat;
	}
#whats-new-bg {
	background-image:url(../images/whats-new-bg.jpg);
	background-repeat:repeat-y;
	}
#whats-new-bottom {
	background-image:url(../images/whats-new-bottom.jpg);
	background-repeat:no-repeat;
	}
	
/* text */
#page-headings {
	font-family:"Trebuchet MS", Arial, "Helvetica CY", Verdana;
	font-size:18px;
	color:#541900;
	font-weight:bold;
	margin-right:10px;
	margin-left:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top: 10px;
	}
#page-text {
	font-family:"Trebuchet MS", Arial, "Helvetica CY", Verdana;
	font-size:14px;
	line-height:20px;
	color:#541900;
	padding:10px;
	margin-right:10px;
	margin-left:10px;
	}
#page-text-sub { font-family:"Trebuchet MS", Arial, "Helvetica CY", Verdana; font-size:14px; line-height:20px; color:#541900; margin-top: 0; margin-right:10px; margin-left:10px; padding: 0 10px 10px; }	
#whats-new {
	font-family:"Trebuchet MS", Arial, "Helvetica CY", Verdana;
	font-size:14px;
	line-height:18px;
	color:#Ff6600;
	margin-left:10px;
	margin-bottom:0px;
	list-style:none;
	border-bottom:1px dotted #dbdbdb;
	width:300px;
	}
#whats-new-li {
	font-family:"Trebuchet MS", Arial, "Helvetica CY", Verdana;
	font-size:12px;
	line-height:14px;
	color:#541900;
	margin-left:15px;
	margin-top:5px;
	margin-bottom:0px;
	padding-left:10px;
	padding-right:10px;
	display:block;
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	}
#page-text ul {
	margin-left:0px;
	padding-left:0px;
	}
#page-text li {
	list-style:disc;
	color:#541900;
	margin-left:20px;
	}

/* links */
#page-links a:link, #page-links a:visited {
	font-family:"Trebuchet MS", Arial, "Helvetica CY", Verdana;
	font-size:14px;
	line-height:18px;
	color:#Ff6600;
	text-decoration:none;
	border-bottom:1px dotted #541900;
	}
#page-links a:hover {
	color:#541900;
	border-bottom:1px dotted #Ff6600;
	}
#whats-new-li a:link, #whats-new-li a:visited {
	font-family:"Trebuchet MS", Arial, "Helvetica CY", Verdana;
	font-size:12px;
	line-height:14px;
	color:#Ff6600;
	text-decoration:none;
	border-bottom:1px dotted #541900;
	}
#whats-new-li a:hover {
	color:#541900;
	border-bottom:1px dotted #Ff6600;
	}