/* --- INITIALIZING --- */

html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, li, dd, address {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

input, select, textarea {
	font-size: 100%;
	border: none;
}

/* --- STANDARD ELEMENTS --- */

html, body { height: 100%; background: url(images/background.png) top center repeat-y #e9e9e9; text-align: center; }
body {
	width: 666px;
	margin: 0 auto;
	background: url(images/background.png) top center repeat-y transparent ;

	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, 'Trebuchet MS', Verdana, 'Lucida Sans', 'Lucida Sans Unicode', sans-serif;
}



h1, h2, h3  { 
	font-weight: normal; 
	font-variant: small-caps; 
	font-family: Georgia, Arial, Verdana, Tahoma, Helvetica, 'Trebuchet MS', 'Lucida Sans', 'Lucida Sans Unicode', sans-serif; 

}
h1 { 
	padding-top: 40px; 
	font-size:18px;
}
h2 { 
	padding-top: 0px; 
	font-size: 14px; 
}
h1, h1 a, h2, h2 a, h3, h3 a { 
	color: #7f0300; 
}

p { 
	line-height: 1.5; 
}

a { 	
	text-decoration: none; 
	color: #c04000; 
}

ul {
	margin-left:20px;
}

a:hover img { 
	border: 0px solid #9a8; 
	background-color: #f0f5f0; 
}

img { 
	border: 0px solid #d9d9d9; 
	background-color: #f9f9f9; 
}

acronym { border-bottom: 1px dashed #cdb; }
small { font-size: 93%; }

/* --- HEADER --- */

#header { 
	position: relative; 
	margin: 0 -39px; 
	width: 745px; 
	height: 250px; 
	background: url(images/header.jpg) top center no-repeat transparent; 
	font-family: Georgia, 'Times New Roman', Times, Garamond, serif; 
	color: #888; 
}

/* --- MENU --- */

#menu { 
	position: absolute; 
	bottom: 0; 
	right: 0; 
	padding: 0 25px 14px 0; 
	list-style-type: none; 
	float: right; 
	font-size:12px;
}
#menu li { 
	float: left; 
}
#menu a { 	
	color: #000000; 

	}
#menu a:hover { 
	color: #7f0300; 
}
#menu .active { 
	color: #7f0300; 
}
#menu .separator { 
	margin: 0 10px; 
}

/* --- CONTENT --- */
#content { 
	text-align: left; 
	width: 700px; 

}
#content_home { 
	text-align: left; 
	width: 320px; 
	float: left; 
}



/* --- Profiles --- */
#profiles { 
	width: 500px; 
	float: left; 
	margin-left:20px; 
	margin-top:20px; 
}
#profiles, a:hover img { 
	border: 0px solid #9a8; 
	background-color: #f0f5f0;     
}

#profiles,img { 
	border: 0px; 
	background-color: #f9f9f9; 
}

/* --- Profiles Details --- */
#profiles_detail { 
	text-align: left;
	width: 700px; 
	float: left; 
	margin-left:20px; 
	margin-top:20px; 
}
.name {
	color: #999999;
	font-size:14px;
	font-weight:bold;
}
.details {
	color: #999999;
}
-->

/* --- SIDEBAR --- */

#sidebar { 
	text-align: left; 
	padding-top: 40px; 
	width: 340px; 
	float: right; 
	color: #786; 
}
#sidebar h2 { padding-top: 13px; }
#sidebar ul { list-style-type: none; margin: 10px 0 20px 0; }

#sidebar a { color: #393939; }
#sidebar a:hover { color: #c04000; }



/* --- FOOTER --- */

#footer {
	width: 666px;
	clear: both;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, 'Lucida Sans', 'Lucida Sans Unicode', sans-serif;
	color: #888;
	padding: 35px 0 0px 0;
	font-size: 93%;
}
#footer a { 	
	color: #888; 
}

#footer a:hover { 	
	color: #000; 
}



/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
	width:500px;
}

/*.hoverbox a
{
	cursor: default;
}*/

/*.hoverbox a .preview
{
	display: none;
}*/

/*.hoverbox a:hover .preview
{
	display: block;
	position: fixed;
	top: 41%;
	left: 60%;
	z-index: 1;
}
*/
.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 0px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 120px;
	height: 165px;
}

/*.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}*/

/*.hoverbox .preview
{
	border-color: #000;
	width: 212px;
	height: 318px;
}*/
