@import url(../css/layouts.css);
@import url(../css/components.css);
@import url(../css/modules.css);
@import url(../css/navigation.css);
@import url(../css/misc.css);
@import url(../css/forms.css);


/* #######################  GENERAL SETTINGS ############################ */
html.body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-top: 0px;
	background-color: #CCCCFF;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-top: 0px;
	background-color: #FFFFFF;
	}
body.bBckgrnd {
	background: url(../images/bckgrnd_05.jpg) repeat;
	padding: 0px;
	margin: 0px;
}

/*  Global Formatting */
h1 {font-size:16px;line-height: 1em;font-weight: 900;}
h2 {font-size:15px;line-height: 1em;font-weight: 900;}
h3 {font-size:14px;line-height: 1em;font-weight: 900;}
h4 {font-size:13px;line-height: 1em;font-weight: 900;}
h5 {font-size:12px;line-height: 1em;font-weight: 900;}
h6 {font-size:11px;line-height: 1em;font-weight: 900;}
td{font-size: 12px;}
th{font-size: 12px;}
a:link {color: #CC6600;}
a:hover {color: #659FDE;}
a:visited {color: #CC6600;}
img {border: 0 none;}


/* Clears Divs */
.clr{clear: both;}



/* #######################  BASIC LAYOUT SETTINGS ############################ */

#wrapper {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background: url(../images/hdr1.jpg) repeat-x;
}
#container {
	width: 900px;
	margin: 5px auto;
	background: url(../images/bckgrnd_02.jpg) repeat-y;
}

#mHeader {
}

.logo {
	background: url(../images/hdr_bkg.jpg) no-repeat;
	height: 190px;
	padding: 110px 55px 0px 55px;
}

#Navbar {}

#mBody {
	margin: 0px 55px;
}

#banner {}

#sidebar {
float:left;
width:20%;
}

#content60 {
float:left;
width:60%;
overflow:hidden;
}

#content80 {
float:left;
width:80%;
overflow:hidden;
}

#content100 {
float:left;
width:100%;
overflow:hidden;
}

#sidebar-2 {
	float:right;
	width:20%;
}

.inside {
padding:10px;
}

#sidebar .inside,#sidebar-2 .inside {
padding-top:0;
}

#usermods .user1 {
}

#usermods .user2 {
}

#usermods .user4 {
}

#mBottom {
	background: url(../images/bckgrnd_04.jpg) no-repeat;
	height: 85px;
	padding: 0px 55px;
}
