
body {
width:900px;
margin:0 auto;
margin-top:30px;
background-color: #efefef;
font-family:Arial, Helvetica, sans-serif;
background-image: url(images/bakgrad.jpg);
background-repeat:repeat-x
}
a:link { 
	color: #000000;
	text-decoration: none;
	}
a:visited { 
	color: #333333;
	text-decoration: none;
	}
a:hover { 
	color: #999999;
	background-color: #333333;
	text-decoration: none;
	}
a:active { 
	color: #FF0000;
	}


/* ----- HEADER ----- */



#header {
width:900px;
height:130px;
background-color: #FFFFFF
}

#nav{
width:846px;
height:40px;
background-image:url(images/topnav.jpg);
border-right: 2px;
border-left: 2px;
border-left-style: solid;
border-right-style:solid; 
border-left-color: #90918c;
border-right-color: #90918c;
margin-right:25px;
margin-left:25px;
text-align:center;
font-size:24px;
padding-top:10px;
}
#banner{
width: 900px;
margin-bottom:0px;
margin-top:0px;
}
/* FAUX LAYOUT WRAPPER */


/* 
This div is optional: When you delete it the navigation bar and the content block won't have the same size when one of them has a larger height then the other. I recommend you to leave this faux layout wrapper here.

IMPORTANT: In order to make this work you have to download http://csseasy.com/layouts/fixed/background_4.gif (copy past in your address bar) and place it in the same folder as this html file. DON'T HOTLINK to this file.
*/


#wrapper{
width:900px;
overflow:auto; /* USE FIREFOX GUYS! WE ONLY NEED THIS LINE BECAUSE INTERNET EXPLODER ISN'T READING CODE PROPERLY */
margin-top:0px;
background-color:#FFFFFF;
}




/* ----- right content ----- */



#content_r {
width:200px;
min-height:326px; /* for modern browsers */
height:auto; !important; /* for modern browsers */
height:326px; /* for IE5.x and IE6 */
background-image:url(images/placholder.jpg);
background-repeat:repeat-x;
border-right: 4px;
border-left: 4px;
border-left-style: solid;
border-right-style:solid; 
border-left-color: #c2c0c1;
border-right-color: #c2c0c1;
float:right;
margin-top:20px;
margin-right: 50px;
}
#content_r img {

border: 4px solid #c2c0c1;
display:block;
margin-right:auto;
margin-left:auto;
margin-top:25px;

}
#content_r2 {
width:510px;
min-height:326px; /* for modern browsers */
height:auto; !important; /* for modern browsers */
height:326px; /* for IE5.x and IE6 */
float:right;
margin-top:10px;
}
#content_r2 table {
margin-left:25px;
line-height:40px;


}
/* ----- MAIN CONTENT ----- */



#content { 
width:495px;
min-height:380px; /* for modern browsers */

margin-top:10px;
margin-left:45px;
}
#content p  { 
font-size:14px;
}
#content img  { 
display:block;
}

.style1 {
font-size: 12px;
color:#666666;

}
#content_2 { 
width:300px;
margin-top:10px;
margin-left:65px;
text-align:justify;
}

/* ----- project page bottom ----- */



#project_bottom { 
width:880px;
font-size: 18px;
margin-left:10px;
margin-right:10px;
}
#project_bottom img  { 
display:block;
}

/* ----- FOOTER ----- */



#footer { 
width:900px;
height:50px;
margin-top:10px;
text-align:center;
font-size: 10px;
}


