body{
	background-image: url("images/bg.png");
	background-repeat: repeat-x;
	background-color: #B1B1B1;
	background-position: center -150px;
}
#main{
	margin-top: 12px;
}
#top{
	background-image: url("images/top.png");
	background-repeat: no-repeat;
	width:960px;
	height:35px;
	font-family: Tahoma;
	font-size: 11px;
	color: gray;
	text-align: right;
	padding-right: 20px;
}
#top a{ padding: 0 0px; }
#header{
	background-image: url("images/header.jpg");
	background-repeat: no-repeat;
	width:960px;
	height:150px;
}
#shadow{
	background-image: url("images/shadow.png");
	background-repeat: no-repeat;
	width:960px;
	height:23px;
}
#footer{
	background-image: url("images/footer.png");
	background-repeat: no-repeat;
	width:960px;
	height:23px;
}
#content{
	background-image: url("images/content.png");
	background-repeat: repeat-y;
	width:960px;
}
#text{
	font-family: Tahoma;
	font-size: 13px;
}
#right{
	font-family: Tahoma;
	font-size: 11px;
}
a:link, a:visited{ text-decoration: none; font-weight: normal; color: #1973B8; }
a:hover{ text-decoration: underline; font-weight:  normal; color: #1973B8; }
.f{ 	
	font-family: Tahoma;
	font-size: 13px;
}
h1{
	font-family: Tahoma;
	font-size: 24px;
	margin: 5px 0;
	padding: 0;
	text-shadow: 1px 1px lightgray;
}
h2{
	font-family: Tahoma;
	font-size: 15px;
	margin: 5px 0;
	padding: 0;
	padding-top: 10px;
}
h2 a{ font-weight: bold !important; }
h2.bar{
	background: url("images/h2.png");
	background-repeat: no-repeat;
	background-position: left 15px;
	font-family: Tahoma;
	font-size: 15px;
	margin: 5px 0;
	padding: 0;
	padding-left: 35px;
	padding-top: 10px;
}

h3{
	font-family: Tahoma;
	font-size: 13px;
	margin: 0px 0;
	font-weight: bold;
	padding: 0;
	padding-top: 10px;
}
p{
	margin: 0 0 5px 0;
	text-align: justify;
	padding: 0;
}


/* BOX */
.separator{
	background: #757575;
	height: 3px;
}
.box-title{
	background: url("i/box_title.png");
	background-repeat: no-repeat;
	height: 25px;
	width: 300px;
	padding-left: 10px;
	padding-top: 3px;
	text-align: left;
}
html>body .box-title { /*for all browsers except IE, clear width, without padding and border*/
	width: 290px;
	height: 18px;
}
.box-title img{ float: left; padding-right: 5px; }

.box-content{
	background-color: #F5F5F5;
	width:290px;
	padding: 5px;
	text-align: left;
}


#copyright{
	font-family: Tahoma;
	font-size: 11px;
	color: #5A5A5A;
	text-align: right;
	width: 960px;
	padding-right: 40px;
	padding-top: 4px;
	text-shadow: 1px 1px #DBDBDB;
}

#friends{
	font-family: Tahoma;
	font-size: 11px;
	color: gray;
	text-align: center;
	width: 960px;
	padding-right: 20px;
	padding-top: 4px;
}

/* SEARCH BOX */
#search_box {
    width: 266px;
    height: 30px;
    background: url("images/bg_search_box.gif");
}
#search_box #s {
    float: left;
    padding: 0;
    margin: 8px 0 0 6px;
    border: 0;
    width: 215px;
    background: none;
}
#search_box #go {
    float: right;
    margin: 0px 0px 0 0;
}


a.category{
	font-size: 13px;
}
.subcategory{
	font-size: 13px;
	padding: 0 3px;
}
.subcategory td{
	padding: 2px 0;
}

.login input{
	border:1px solid #B0B0B0;
	background: white;
}



.project{
	background-image: url("i/project_template.png");
	width: 637px;
	height:310px;
	position: relative;
	background-repeat: no-repeat;
}
.project{ margin: 10px 0; }
.project .img{ 
	top: 10px; 
	left:9px; 
	position: relative; 
}
.project .txt{ 
	top: 20px; 
	left:7px; 
	position: relative; 
	color:white; 
	font-size: 9px; 
	font-family:Verdana;

}
.project .add{ 
	top: 8px; 
	width: 100px; 
	font-weight: bold; 
	background-image: url(i/add_bg.png);
	border:2px solid #fff; 
	background-repeat: repeat-x; 
	padding:3px; 
	text-align:center; 
	left:518px; 
	position: absolute; 
	color:white; 
	font-size: 10px; 
	font-family:Verdana;
}
	
.project .txt b{ padding-left: 8px; }

.project a:link, .project a:visited, .project a:hover{ text-decoration: none; color: white; font-weight: normal; }

.graytext{
	color:#8C8CA2 !important;
	font-size: 80%;
}
.small{
	font-size: 80%;
}
