@charset "utf-8";
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,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,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;
}
html  {
	overflow-y: scroll;
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.625em;
	text-align: center;
	background-image: url(../images/page_bg.png);
	background-repeat: repeat-x;
}
a img {
	border-style: none;
}
.floatright {
	float: right;
	margin-bottom: 25px;
	margin-left: 25px;
	margin-right: 10px;
}

.floatleft {
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}
.centre {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.align_center {
	text-align: center;
}

.clearer {
	clear: both;
}
.align_right {
	text-align: right;
}
#wrapper {
	width: 980px;
	background-image: url(../images/wrapper_bg.png);
	background-repeat: repeat-y;
	margin: 10px auto 25px;
}
#header {
	background-image: url(../images/rollercoaster_coounselling_header.png);
	background-repeat: no-repeat;
	height: 105px;
	width: 980px;
}

#navigation {
	background-color: #000;
	height: 25px;
	margin-right: 5px;
	margin-left: 5px;
	color: #FFF;
	font-size: 1.3em;
	padding-left: 10px;
}
#navlist {
	padding-top: 4px;
}
#navlist li {
	display: inline;
}
#navlist a {
	padding-right: 20px;
	padding-left: 10px;
}

#navlist a:link , #navlist a:visited{
	color: #FFF;
	text-decoration: none;
}


#navlist a:hover, #navlist a:active {
	color: #CCC;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
}


#content_wrapper {
	background-image: url(../images/content_wrapper_sidebar_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	overflow: auto;
}

#content {
	text-align: left;
	float: left;
	width: 675px;
	padding-top: 25px;
}
#content h1 {
	font-size: 1.6em;
	color: #909;
	margin-left: 15px;
	margin-bottom: 10px;
}
#content p {
	font-size: 1.3em;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}
#content ul {
	margin-left: 50px;
	font-size: 1.3em;
	list-style-type: disc;
	margin-bottom: 15px;
}
#content a:link ,#content a:visited {
	text-decoration: none;
	color: #994C9B;
}
#content a:hover, #content a:active {
	text-decoration: underline;
	color: #4A254B;
}
#boxout_wrapper {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-bottom: 15px;
}
#content .boxout{
	background-image: url(../images/boxout_bg.png);
	background-repeat: no-repeat;
	float: left;
	width: 225px;
	height: 314px;
}
#content .boxout h2{
	color: #990099;
	font-size: 1.3em;
	margin-top: 15px;
	margin-left: 10px;
	width: 150px;
	line-height: 1.4em;
}
#content .boxout ul{
	font-size: 1.3em;
	margin-top: 10px;
	margin-left: 20px;
	list-style-type: none;
}
#content .boxout li{
	margin-bottom: 3px;
	letter-spacing: 0.1em;
	color: #333;
}
.map {
	width: 425px;
	margin: 50px auto 25px;
}
#sidebar {
	float: left;
	width: 270px;
	text-align: left;
	padding-top: 50px;
	font-size: 1.3em;
	padding-bottom: 25px;
}
#sidebar li {
	background-image: url(../images/tick.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	margin-bottom: 10px;
}
#sidebar ul {
	margin-left: 15px;
	color: #909;
	margin-bottom: 50px;
}
#sidebar a {
	text-decoration: none;
	color: #333;
}
#footer a:link ,#footer a:visited {
	text-decoration: none;
	color: #CCC;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
	color: #4A254B;
}
#footer {
	background-image: url(../images/footer_bg.png);
	height: 50px;
	width: 980px;
	padding-top: 50px;
	background-repeat: no-repeat;
	color: #FFF;
	font-size: 1.2em;
}
#emenet {
	text-align: right;
	padding-top: 20px;
	padding-right: 20px;
	font-size: 1.1em;
	background-color: #FFFFFF;
}
#emenet a:link, #emenet a:visited {
	text-decoration: none;
	color: #999;
}
#emenet a:hover, #emenet a:active {
	text-decoration: underline;
	color: #666;
}
