/* CSS Document */
/**********************************************/
/* mainstyle.css                           	    */
/***********************************************/
/* HTML tag styles created bye Bülent KIzILtan */      
/***********************************************/

/*         MAIN BODY STYLE              */
body {
	position: relative;
	background: black;
	margin: 0;
	padding: 0;
	background-image: url(../images/Compact-Object1.jpg);background-attachment: 
fixed;	background-repeat: no-repeat;background-position: 0 0;
}

/*************         End   MAIN     ****************/

/*         MAIN Links/side bar STYLE              */

div#links {position: absolute; top: 124px; left: 0; width: 166px; height: 656px; font: 16px Verdana, sans-serif; z-index: 100;}
div#links a {
	display: block;
	text-align: center;
	font: bold 1em sans-serif;
	padding: 5px 10px;
	margin: 0 0 1px;
	border-width: 0;
	text-decoration: none;
	color: #FFC;
	background: #444 url(../images/Compact-Object2.jpg) 0px 0px fixed;
	border-right: 5px solid #505050;
	background-repeat: no-repeat;
}
div#links a:hover {color: #667; background: #AAA;
   border-right: 5px double white;}

div#links a span {display: none;}
div#links a:hover span {display: block;
   position: absolute; top: 250px; left: 0; width: 125px;
   padding: 5px; margin: 10px; z-index: 100;
   color: #AAA; background: black;
   font: 10px Verdana, sans-serif; text-align: center;}


/*************         End   Links     ****************/

/*         MAIN Content STYLE              */

div#content {position: absolute; top: 140px; left: 161px; right: 25px;
   color: #CCCCCC; background: #22232F; background-position: 0 0;
   font: 13px Verdana, sans-serif; padding: 10px; 
   border: solid 5px #444;}
div#content p {margin: 0 1em 1em;}
div#content h3 {margin-bottom: 0.25em;}

h1 {
	margin: -9px -9px 0.5em;
	padding: 15px 0 5px;
	text-align: right;
	background: #333;
	color: #667;
	letter-spacing: 0.5em;
	font: bold 25px sans-serif;
	height: 28px;
	vertical-align: middle;
	white-space: nowrap;
}
dt {font-weight: bold;}
dd {margin-bottom: 0.66em;}
div#content a:link {color: #8BFFFA;text-decoration: none;}
div#content a:visited {color: #00CCFF;text-decoration: none;}
div#content a:link:hover {color: #FF0;text-decoration: underline;}
div#content a:visited:hover {color: #FF0;text-decoration: underline;}
code, pre {color: #EDC; font: 110% monospace;}

/*************         End   Contents     ****************/

/*         MAIN Else STYLE              */

div#content-name {
	position: absolute;
	top: 1px;
	left: 207px;
	right: 25px;
	color: #BAA;
	background: 0;
	background-position: 0 0;
	font: 13px Verdana, sans-serif;
	padding: 0px;
	border: solid 0px #444;
	width: 631px;
	height: 105px;
}
.style4 {
	color: #00FFFF;
	font-family: copper, "Copperplate Gothic Bold";
	font-size: 30px;
}

/*************         End   Else     ****************/
.image-left {
	float: left;
	margin-bottom: 15px;
	margin-right: 30px;
}
.image-right {
	margin-bottom: 15px;
	margin-left: 30px;
	float: right;
}
