@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	background:#652D92;
	margin:0;
	padding:0;
}
#body-inner {
	background:url(../UserMods/img/layout/bg-main-top.png) repeat-x top;
	padding-top:20px;
	height:351px;
}

#container {
	margin:0 auto;
	width:1100px;
	background:url(../UserMods/img/layout/container-top.png) no-repeat top;
	padding-top:44px;
	position:relative;
}
#container-inner1 {
	background:url(../UserMods/img/layout/container-bottom.png) no-repeat bottom;
	padding-bottom:46px;
}
#container-inner2 {
	background:url(../UserMods/img/layout/container-side-borders.png) repeat-y;
	height:100%
}


#logo {
	position:absolute;
	left:29px;
	top:25px;
	width:197px;
	text-align:center;
}

#search-form {
	position:absolute;
	right:25px;
	top:25px;
}

/* --- TOP NAVIGATION --- */
#nav {
	position:absolute;
	top:8px;
	left:290px;
	width:595px;
	text-align:center;
	font-weight:bold;
}
#nav ul {
	margin:9px 0;
	padding:0;
}
#nav li {
	display:inline;
	list-style:none;
	padding:0 12px;
}
#nav a {
	text-decoration:none;
}
#nav1 a {
	color:#FEE6C5;
}
#nav2 a {
	color:#2E1442;
}
#nav a:hover {
	text-decoration:underline;
}

/* --- COLUMNS --- */

#layout-col1, #layout-col2 {
	float:left;
	padding:10px;
}
#layout-col1 {
	width:230px;
	margin-top:70px;
	padding-left:30px;
}
#layout-col2 {
	width:790px;/*810px;*/
	margin-top:42px;
	border-top:1px solid #FDCF8A;
}


/* --- SIDE NAVIGATION --- */
.side-group {
	width:192px;
	margin-top:15px;
	color:#333;
}
.side-group h2 {
	background:url(../UserMods/img/layout/side-group-top.png) no-repeat top;
	width:192px;
	height:26px;
	margin:0;
	padding:0;
	text-align:center;
	line-height:26px;
}
.side-group h2, .side-group h2 a {
	color:#FCAF41;
	font-size:16px;
}
.side-group .content {
	background-color:#FFF;/*#FDC066;#FEE7C5;*/
	border:1px solid #652E92;/*#7C39B3;*/
	padding:10px 5px;
	font-size:14px;
}
.side-group a {
	text-decoration:none;
	color:#333;
}
.side-group a:hover {
	text-decoration:underline;
}

/* --- FOOTER --- */
#footer {
	padding:10px 30px 0 30px;
	color:#CDCDCD;
	font-size:12px;
	text-align:center;
	margin-bottom:3px;
}
#footer a {
	color:#CDCDCD;
}


/* --- OTHER --- */
#home-include {
	text-align:left;
	margin-bottom:30px;
}

.error-message {
	font-weight:bold;
	color:#F00;
}
.confirm-message {
	font-weight:bold;
	color:#00C;
}

h1 {
	border-bottom:2px solid #CCCCCC;
	padding-bottom:4px
}

