/*--------------- DEFAULT -----------------*/
html {
background-image: url(images/bg.jpg);
background-repeat: repeat;
background-position:  right top;
}
html{height:100%}
body{min-height:100%}
* html body{height:100%}
html {
overflow-x: hidden;
}
td, th {
border: 1px #e07b95 solid;
margin-left: 10px;
margin-right: 10px;
font-size:10px; 
text-align: left;
}
h5 {color:#e07b95}

body{
	margin:0; padding:0; background-image:url(images/bg.jpg) color:#000;
	font:normal 12px/16px Arial, Helvetica, sans-serif;
	
}
p, img, ul, a, h1, h2, h3 {margin:0; padding:0;}
ul{list-style:none;}
a{text-decoration:none; outline:none;}
.spacer{font-size:0; line-height:0; clear:both;}
img {border:none;}

/*--------------- HEADER -----------------*/
#header {
	width:1000px; margin:0 auto; background:url(images/header_bg.gif) 0 0 no-repeat;
	height:200px; padding:0 0 20 0px;
		border-left: 1px #e07b95 solid;
	border-bottom: none;
	border-right: 1px #e07b95 solid;
	border-top: 1px #e07b95 solid;

}
#navbar {

width:1000px; margin:0 auto; padding:0px 0 0 0; color:#000;
	background: #121212;
	border-left: 1px #e07b95 solid;
	border-bottom: none;
	border-right: 1px #e07b95 solid;
	border-top: none;

}
#navbar  ul {font-weight:bold; width:480px; margin:0 auto;}
#navbar  ul li { float:right; padding:0 0px;}
#navbar  ul li a {
	padding:0px 0px; color:#696969; display:block; 
}
#navbar  ul li a:hover {
	color:#f888a5; background:#696969;
}
#navbar p {clear:both; padding:5px 0 5px 0; 
font-size:13px; text-align:center;color:#696969;
word-spacing: 9px;font-weight: bold;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;}

#navbar p a{ color:#696969; text-decoration:none;}
#navbar p a:hover{ text-decoration:none;}
/*------------------- BODY -----------------------*/
#body {
	width:1000px; background:#121212;
	padding:0px 0 0 0px; margin:0 auto; color:#000;
	border-left: 1px #e07b95 solid;
	border-bottom: 1px #e07b95 solid;
	border-right: 1px #e07b95 solid;
	border-bottom: none;
}
#body h2 {text-indent:-2000px; line-height:0; font-size:0
}
p {
clear:both; 
padding:5px 5 5px 5; 
margin-left: 10px;
margin-right: 10px;
font-size:13px; 
text-align: left;
color:#696969;
word-spacing: 2px;
font-weight: normal;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
}

/*----------- LEFT PANEL ----------*/

/* Style-up those ugly default hyperlinks */
a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #696969;
	line-height: 20px;
}

/* And their ugly hover states too */
a:hover {
	text-decoration: underline;
}
/*----------- RIGHT PANEL ----------*/
.border	{ BORDER: #ffffff 5px solid; }
#rightPanel {
width:1000px; padding:10 10 10px 10; color:#7C1F3E;
clear:both; 
font-size:13px; text-align:justify;color:#696969;
font-weight: normal;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;}
}


#rightpanel ul li a:hover {
color:#f888a5; background:#7C1F3E;

}

#rightPanel ul.profiles li {float:center; padding:0 1px 0 0;}
#rightPanel ul.pagination li {
	float:left; color:#7C1F3E; background-color:#E4DDCB; font-weight:bold;
	padding:0 6px 0 0;
}
#rightPanel ul.pagination {padding:10px 0 0 7px;}
#rightPanel ul.pagination li a {color:#7C1F3E; background-color:#E4DDCB; margin:0 6px 0 0;}
#rightPanel ul.pagination li.left { padding-right:116px;}
#rightPanel ul.pagination li.right { padding-left:122px;}

/* Style-up those ugly default hyperlinks */
a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #696969;
	line-height: 20px;
}

#footer {
	width:1000px; margin:0 auto; padding:0px 0 0 0; color:#000;
	background:#121212;
	border-left: 1px #e07b95 solid;
	border-bottom: 1px #e07b95 solid;
	border-right: 1px #e07b95 solid;
	border-top: none;}
}
#footer ul {font-weight:bold; width:480px; margin:0 auto;}
#footer ul li { float:left; padding:0 1px;}
#footer ul li a {
	padding:1px 10px; color:#696969; display:block; 
}
#footer ul li a:hover {
	color:#f888a5; background:#696969;
}
#footer p {clear:both; padding:5px 0 5px 0; font-size:11px; text-align:center;color:#696969;word-spacing: 5px;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;}}
#footer p a{ color:#696969; text-decoration:underline;}
#footer p a:hover{ text-decoration:none;}
/*--------------- MISCLENIOUS -----------------*/
.centerAlign {text-align:center !important;}
.botPad {padding-bottom:25px !important;}