/* GENERAL */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	text-align:center;
	margin:10px 0 5px 0;
	padding:0 0 0 0;
	background-color:#fff;
}

a {
	color:#663366;
	text-decoration:underline;
}

a:hover {
	color:#999;
	text-decoration:underline;
}

a.big {
	color:#663366;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}

a.big:hover {
	color:#999;
	text-decoration:none;
}

p {
	margin:10px 0 10px 0;
}

/*LAYOUT*/

#dropshadow {
	width:780px;
	background:url("images/bg.gif") repeat-y top center;
	margin:0 auto 0 auto;
	padding:0 0 0 0;
}

#container {
	width:758px;
	border:1px solid #663366;
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	float:none;
	text-align:left;
	background:url("images/colm.gif") repeat-y top;
}

#header {
	width:658px;
	height:74px;
	padding-top:15px;
	text-align:left;
	border-left:100px solid #811D77;
	border-bottom:1px solid #663366;
	background-color:#FFF;
}

#colm {
	width:205px;
	border-right:1px solid #663366;
	float:left;
}

#nav {
	width:205px;
	padding-top:13px;
	background-color:#FFF;
}

#sub_nav {
	width:172px;
	padding:5px 0 3px 33px;	
	line-height:1.5;
}

#main {
	width:552px;
	float:left;
}

#banner {
	width:552px;
	height:157px;
}

#title_strip {
	width:552px;
	height:23px;
	background:url("images/silver.gif") repeat-x left;
	padding-top:10px;
	border-top:1px solid #663366;
	border-bottom:1px solid #663366;
}

#heading_strip {
	width:522px;
	height:35px;
	padding:15px 0 0 30px;
}

#content_box {
	width:508px;
	padding:0 14px 60px 30px;
	background:url("images/bg_packs.jpg") no-repeat bottom right;
}

.image_left {
	margin:0 10px 10px 0;
	float:left;
}

.image_right {
	margin:0 0 10px 10px;
	float:right;
}

#nav_bot {
	width:758px;
	height:22px;
	background-color:#811077;
	text-align:center;
	padding-top:12px;
	color:#fff;
	font-weight:bold;
	clear:both;
}

#foot {
	width:780px;
	height:45px;
	margin:0 auto 0 auto;
	padding:15px 0 0 0;
	background-image:url("images/footer.gif");
	background-position:left;
	background-repeat:no-repeat;
	color:#666;
}

/*NAV*/

a.nav {
	display:block;
	width:205px;
	height:20px;
	background-image: url("images/divider_int.gif");
	background-position:bottom;
	background-repeat:no-repeat;
	padding-top:10px;
	font-size:13px;
	font-weight:bold;
	color:#554554;
	text-decoration:none;
}

a.nav:hover {
	display:block;
	width:205px;
	height:20px;
	background-image: url("images/divider_int.gif");
	background-position:bottom;
	background-repeat:no-repeat;
	padding-top:10px;
	font-size:13px;
	font-weight:bold;
	color:#554554;
	text-decoration:none;
}


.navon {
	display:block;
	width:205px;
	height:20px;
	background-image: url("images/divider_int.gif");
	background-position:bottom;
	background-repeat:no-repeat;
	padding-top:10px;
	font-size:13px;
	font-weight:bold;
	color:#554554;
}

#nav_bot a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

#nav_bot a:hover {
	color:#ccc;
	text-decoration:none;
	font-weight:bold;
}

a.over {
	font-size:12px;
	font-weight:bold;
	color:#663366;
	text-decoration:none;
}

a.over:hover {
	font-size:12px;
	font-weight:bold;
	color:#663366;
	text-decoration:none;
}

/*FONTS*/

.title_drk {
	font-size:14px;
	font-weight:bold;
	color:#554554;
}

.title_prpl {
	font-size:16px;
	color:#663366;
}

.title {
	font-size:14px;
	color:#663366;
}