/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 background-color:#E4E2E3;
 background-image:url(../images/02-28-10-Maret-058-1.jpg);
 background-repeat:no-repeat;
 font-family: Verdana, Arial, Tahoma;
 color:#000000;
}
a {
 color:#000000;
 text-decoration:none;
}
img {
 border:0px;
}
h2{
 padding:10px; 
 font-size:14px; 
 text-align:center; 
 font-weight:500; 
 width:410px;
}
#wrapper { 
 margin: 0px 0px 0px 0px;
 width: 1250px;
}
#header {
 width: 1250px;
 height:200px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
 text-align:right
}
#social {
	width: 100%;
	height:42px;
        margin-top:5px;
        float: right;
}
#social a {
	padding:0px 7px 0px 7px;
	color:#575757;
	font-size:14px;
	font-weight:bold;
}
#social a:hover {
 color:#000000;
 display: inline-block;
 background-color:#e4e3e2;
 /* for IE */
  filter:alpha(opacity=40);
  /* CSS3 standard */
  opacity:0.4;
}
#content { 
 width: 1250px;
 height:450px;
 border:0px;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 overflow:hidden;
}
#left_nav{ 
 width: 700px;
 height:400px;
 border:0px;
 margin: 0px 0px 0px 0px;
 padding: 50px 0px 0px 100px;
 float:left;
 vertical-align:middle;
}
#right_nav{ 
 width: 450px;
 height:450px;
 border:0px;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 float:right;
 display: inline;
 position: relative;
}
#right_bottom {
 width:450px;
 height:50px;
 padding: 400px 0px 0px 100px;
 margin:0px;
}
#footer { 
 color: #CCCCCC;
 width: 1250px;
 border: 0px;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 text-align:center;
}
#footer a {
 color:#CCCCCC;
}