/* CSS DOCUMENT */

/* HIDES FROM IE-MAC */
*html .clearfix{
	height:1%;
}
/* End hide from IE-mac */

/*General tags */

*{margin:0;padding:0;}
body{
	background:#f3eef5 url(images/pixelbgsoft.gif) top right repeat;
	font:normal 12px "Helvetica Neue", Arial, sans-serif;
	
}
	
a {
	background-color:inherit; 
	color:#333;
	font-weight:400;
	text-decoration:none;
}

a:hover{
	text-decoration:none;
	background-color:yellow;
}

p{
	font-size:0.89em;
	color: #6E6B5F;
	line-height:1.4em;
	text-align:left;
	text-indent:15px;
	font-weight:normal;
	
	
	
}

ul,ol {
	margin: 0 16px 15px ; 
	padding-left:5px;
}

img {
	float:left;
	margin: 0px 10px 5px 5px;
}


/*Headers */

h1 {
	font-family: Georgia,Times;
	font-style:normal;
	color:red;
	font-weight:bold;
	letter-spacing:1px;
	font-size: 0.8em;
	margin: 0 0px 0 0;
	text-align:right;
}

h2 {
	color:#6E6B5F;
    text-transform:uppercase;
	text-align:right;
	clear:left;
	font-size:1.8em;
	font-weight:normal;
	letter-spacing: -1px;
	margin:10px 0 16px;
}


h3 { color:red;
	text-align:right;
	clear:left;
	font-size:8em;
	font-weight:300;
	margin:50px 0 0 0;
}
	
/*IDS */

#title {
	margin-right:0%; 
	padding: 7px 18% 7px 0px;
	border-left: 0px solid #000;
	background: #fff;
}


#container {
	position:relative;
	background: #ffffff url(images/rainbo.gif) bottom left repeat; 
	border-left:10px solid #66ffff;
	border-bottom:0px solid #66ffff;
	color: #000;
	margin:auto;
	padding: 10px 10px 100px 0px;
	width: 70%;
	max-width:780px;
	min-width:600px;
	line-height: 1.3em;
	height:600px;
   
}

#sidebar {
	position:absolute;
	top:10px;
	left:71.65%;
	background: #f8f8f8 url(images/rainbo3.gif) bottom right repeat;
	border-left: 12px solid #ffffff;
	width:25.7%;
	height:600px;
	padding:0 0px 0 0px;
}

#sidebar p {
    
	margin: 10px 0 0px 0;
	text-align: left;
	background: #fff;
	font-size:.8em;
}

#main {
	position:relative;
	background: #f7f7f7 url(images/pixelpattern.png) bottom right repeat;
	border-left: 12px solid #fff;
	padding: 10px 20px 10px 0px;
	min-width:220px;
	height:600px;
	max-width:500px;
	border-right:10px solid #fff;
	margin-left:2%;
	margin-right:29%;
}

#footer {
   
	clear: both;
}


/*MENU */

.menu {
    text-transform:uppercase;
	border-right: 10px solid #fff;
	color:#999;
	text-align:right;
	display:block;
	font-size:2.3em;
	letter-spacing: -1px;
	font-weight:normal;
	padding: 3px 5px 3px 0px;
	width: 100%;
}

.menu:hover{ 
	background-color: #f8f8f8;
	border: 0px solid #dadada;
	color: #d4d4d4;
	text-decoration: none;
}

/*various classes */

.credits {
	color:#888;
	font-size: 0.8em;
	margin-top: 20px;
	margin-bottom:10px;
	text-align:right;
}
.credits a{
	color:#888;
}

.img_floatright {
	position:relative;
	float:right;
	margin:-6px auto 0px;
}


/*homewerk classes Lol */


#hw1{
	position:absolute;
	left:0px;
	background-color: white;
	height: 20%;
	width: 20%;
	border-right: 2px solid red;
	border-bottom: 2px solid red;
	overflow:hidden;
}

#hw2{
	position:absolute;
	left:20.5%;
	background-color: white;
	height: 20%;
	width: 20%;
	border-right: 2px solid red;
	border-bottom: 2px solid red;
	overflow:hidden;
	
}

#hw3{
	position:absolute;
	left:40.5%;
	background-color:white;
	height:20%;
	width:20%;
	border-left:2px solid red;
	border-bottom:2px solid red;

	
}

#hw6{
	position:absolute;
	left:60.5%;
	background-color:white;
	height:20%;
	width:20%;
	top:10px;
	border-left:2px solid red;
	border-bottom:2px solid red;
	
}

#hw5{
	visibility:hidden;
	position:absolute;
	left:0px;
	top:172px;
	background-color:white;
	height:0px;
	width:0px;
	border-right:2px solid red;
	border-bottom:2px solid red;
	
}	
	
	
		