/* CSS Document */
  
/*# means internal link, only one per element per page!*/

/* ------ BOX CLASS DEFAULTS -----------*/

.box {
	
}

.box .boxtitle {
	color: #A12F77;
}

.box .boxcontent {

}

/* ==================================== */


#search .boxcontent {
	margin-bottom: 5px;
}


#catergories A {
	color: #000000;
	text-decoration:none;
}
#catergories .boxcontent.list li {
	text-transform: capitalize;
}

#content_inner {
	font-size: 1.1em;
	
}

/* ------------- MENU -------------- */
#menu {
	font-size: 1.2em;
	float: right;
	margin-top: 6px;
	margin-right: 10px;
	width: 180px;
}

#menu DIV {
	height: 25px;
	text-align: right;
}
#menu DIV IMG {
	float: right;
	margin-left: 27px;
}
/* ================================== */

.pagetitle {
	color: #A12F77;
	font-size: 1.4em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #663366;
	padding-bottom: 0.5em;
	padding-top: 0.25em;
}

#container #header #header_inner  {
	padding: 10px;
}
#container #header {
	margin: 15px;
	background-color: #FFFFFF;
	border: medium double #D32F86;
}
#container #content_container #content_inner .box .boxtitle {
	font-size: 1.4em;
}
