/* ******************** FRAMEWORK LAYOUT IDs ******************** */

* {
	padding: 0;
	margin: 0;
}

#main_page {

}

#page_top {
    background: url(images/top_fade.png) repeat-x scroll left top;
	height: 60px;
	border-bottom: 1px solid #518052;
	text-align: center;
	margin-bottom: 20px;
}

#page_top_content, #page_content, #page_bottom {
	padding: 0;
	width: 870px;
	margin: 0 auto;
	text-align: left;
	clear: both;
}

	#page_top_content {
		height: 60px;
		width: 868px;
	}

	#logo {
		display: block;
		font-size: 40px;
		height: 60px;
		width: 135px;
		float: left;
		background: url(images/logo.png) left top no-repeat;
	}

#page_content {
	padding: 10px;
}

#page_bottom {
	text-align: center;
	color: #999;
	padding: 20px 0;
}

#menu {
	height: 50px;
	padding-left: 15px;
	float: left;
}

ul#menu li {
	float: left;
	padding: 22px 7px 0 7px;
	list-style: none;
}

ul#menu li a {
	font-size: 16px;
	font-weight: bolder;
	text-decoration: none;
}

#user_action {
	height: 45px;
	padding-top: 10px;
	width: 250px;
	text-align: right;
	float: right;
}

#user_action form {
	padding-top: 5px;
}

/* ***************** BOXEN **************** */

.box, .box_clean {
	float: left;
	margin-bottom: 20px;
}

.box_clean {
	background: none;
}

.box_header {
	margin: 2px;
	padding: 5px;
}

.box_content {
    padding: 4px;
    border: none;
}


	.wxl {
		width: 868px;
	}

	.wl {
		width: 578px;
	}

	.wm {
		width: 424px;
	}

	.ws {
		width: 268px;
	}

	.wxs {
		width: 130px;
	}

	.gl {
		padding-left: 20px;
	}

		h1.gl, p.gl {
			padding-left: 10px;
		}

	.gr {
		padding-right: 20px;
	}

		h1.gr, p.gr {
			padding-right: 10px;
		}

	.gb {
		padding-bottom: 20px;
	}

		h1.gb, p.gb {
			padding-bottom: 10px;
		}

	.gt {
		padding-top: 20px;
	}

		h1.gt, .gt {
			padding-top: 10px;
		}

	.gn {
		padding: 0;
	}

	.fl {
		float: left !important;
		clear: none !important;
	}

	.fr {
		float: right;
	}



/* ************************** HTML AND ALL OF THE OTHER STUFF ************************* */

html {
	height: 100%;
}

body {
	background: url(images/swirl_bottom.gif) bottom right no-repeat fixed #F0F0F0;
	font-family: Arial;
	font-size: 12px;
	letter-spacing: 0.005em;
	text-align: center;
	height: 100%;
}

	a {
		color: #5F004B;
		outline: none;
	}

		.box a {

		}

	a:hover, a:active, ul#menu li a.selected {
		color: #7F065F;
	}

	h1, h2, h3 {
		color: #5585D7;
		font-weight: bold;
	}

	h1 {
		font-size: 20px;
	}

	h2 {
		font-size: 18px;
	}

	h3 {
		font-size: 14px;
	}

	.center {
		text-align: center;
	}

	.justify {
		text-align: justify;
	}

	.right {
		text-align: right;
	}

	.left {
		text-align: left;
	}

	.top {
		vertical-align: top;
	}

	.clear {
		clear: both;
	}

	.box_content p, .box_content h1, .box_content h2, .box_content h3, .box_content table {
		line-height: 16px;
		padding: 5px;
	}

	.hide {
		display: none;
	}

	.selected {
		font-weight: bold
	}

	.noborder {
		border: none;
	}

input, textarea, select {
	font-family: Arial;
	font-size: 12px;
	letter-spacing: 0.005em;

	border: 1px solid #ccc;
	padding: 1px;
}

button, .button {
	font-family: Arial;
	font-size: 12px;
	letter-spacing: 0.005em;

	background: url(images/button_bg.png) left top repeat-x;
	border: 1px solid #ccc;
	cursor: pointer;
	padding: 0;
	margin: 0;
	color: #fff;
}

	.button {
		text-decoration: none;
		padding: 1px 3px 1px 3px;
	}

	button:hover, .button:hover {
		background-position: left bottom;
		color: #fff;
	}

button.big, .button.big {
	font-weight: bold;
	font-size: 16px;
	padding: 1px 3px 1px 3px;
}

	.button.big {
		padding: 3px 5px 2px 5px;
	}

.button span {
	color: #fff;
}
