@charset "utf-8";
/* Pink Ribbon CSS Document */

.hidden {
	display: none;
}

html, body { height:100%; }

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #542222;
	background:
		url(../images/bg_pinkfade.gif);
		background-repeat:repeat-x;
}

a {color: #542222; text-decoration: none;}
a:hover {color: #db6d16;}

#page-container {
	/*H:? W:950*/
	width:950px;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	height:auto !important;
	height:100%;
	min-height:100;
	background-image:url(../images/bg_content.gif);
	background-repeat:repeat;
}

#header {
	/*H:90 W:?*/
	height:120px;
	border-top: 2px solid #DB9C9C;
	border-left: 2px solid #DB9C9C;
	border-right: 2px solid #DB9C9C;
	
	margin: 0px 10px 0px 10px;
	background:
		url(../images/title.jpg)
		center
		no-repeat;
	background-color:#FFFFFF;
}

#quicklinks {
	/*H:30 W:?*/
	hieght:30px;
	padding:5px 0px 5px 0px;
	text-align:center;
	border: 2px solid #774646;
	clear:both;
	background-color:#F7DADA;
}

#quicklinks a { padding:0px 10px 0px 10px; }
#quicklinks a:hover { background-color:#E1ADAD; color:#FFFFFF; }

#quicklinks ul {
	margin:0;
	padding:0;
	list-style-type:none;
	line-hieght:17px;
}

#quicklinks li { display:inline;}

#left {
	/*H:? W:175*/
	float:left;
	width:125px;
	height:100%;
	margin:0px 0px 0px 10px;
	line-height:18px;
}

#left a {
	display:block;
	padding:0px 0px 0px 10px;
}

#left a:hover {
	background-color:#DB9C9C;
	color:#FFFFFF;
}

#left ul {
	margin:0;
	padding:5px 0px 5px 0px;
	list-style-type:none;
	line-hieght:17px;
}

#content {
	/*H:? W:600*/
	margin-left:136px;
	margin-right:136px;
	line-height:18px;
	padding: 5px;
	height:100%;
}

#right {
	/*H:? W:175*/
	float:right;
	width:125px;
	height:100%;
	margin:0px 10px 0px 0px;
	line-height:18px;
}

#right b {color: #774646;}

#right ul {
	margin:0;
	padding:5px 0px 5px 25px;
	list-style-type:decimal;
	line-hieght:17px;
}

#footer {
	/*H:? W:?*/
	clear:both;
	height:40px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	background-color:#FFFFFF;
	
	margin: 0px 10px 0px 10px;
	
	border-top: 1px solid #DB9C9C;
	border-left: 2px solid #DB9C9C;
	border-right: 2px solid #DB9C9C;
	border-bottom: 2px solid #DB9C9C;
	
	padding: 5px 10px;
	line-height: 18px;
}

#footer #altnav {
	width: 450px;
	float: right;
	text-align: right;
}