/* CSS DOCUMENT */

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

/*General tags */

html{height:100%;}

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

a:hover{
	text-decoration:underline;
}

p{
	font-size:0.4cm;
	color: #666;
	line-height:160%;
	text-align:left;
	text-indent:15px;
	letter-spacing:1px;
	font-weight:200;
}

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;
	padding:0 5px 0 0;
	text-align:right;
}

h2 {
	color:#fff;
	text-transform:uppercase;
	text-align:right;
	clear:left;
	font-size:3em;
	font-weight:200;
	letter-spacing: 0px;
	margin:10px 0px 27px 0px;
	background-color:#f43636;
	padding: 20px 10px 30px 5px;
	height: 100px;
}


/*IDS */

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

#container {
	background: #ffffff url(images/rainbod.gif) top left repeat;
	border-left:10px solid #66ffff;
	border-bottom:0px solid #66ffff;
	color: #000;
	margin:auto;
	padding: 10px 10px 100px 0px;
	width: 83%;
	max-width:880px;
	min-width:550px;
	line-height: 1.3em;
	min-height:1000px;
	height:100%;
}

#sidebar {
	float:right;
	background: #f8f8f8 url() top left repeat;
	border-left: 12px solid #ffffff;
	width:34%;
	height:250px;
	padding:0 0px 0 0px;
}

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

#main {
	
	background: #f7f7f7;
	border-left: 12px solid #fff;
	padding: 10px 20px 10px 20px;
	min-width:220px;
	max-width:480px;
	border-right:10px solid #fff;
	margin-right:29%;
	margin-left:2%;
	min-height:900px;
	height:100%;

}

#footer {
   
	clear: both;
}



/*MENU */

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

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

/*various classes */

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

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