/* This is the Format CSS Sheet:
The Styles used in here directly effect the format and design only*/
/*
	Universal Selector
*/
* {
margin:0px;
padding:0px;
border:none;
}
/*
		General (site Wide)
*/
body {
background-color:#615c37;
background-image:url(../images/pBg.gif);
background-position: top left;
}
input {
border:1px solid black;
padding:3px;
margin:3px;
}
textarea {
border:1px solid black;
padding:3px;
margin:10px;
}
div#logo {
position:relative;
top:-15px;
left:-23px;
width:202px;
}
div#mainNav {
background-image:url(../images/mainNav_new.gif);
background-repeat:no-repeat;
background-position:top left;
width:657px;
height:94px;


}
div#leftColumn {
background-image:url(../images/sideBarHome2new.gif);
width:164px;
background-repeat:no-repeat;
height:535px;
}
div#leftColumn p, a:link, a:visited {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
margin-bottom: 3px;
color:#a84b0d;
font-weight:bold;
text-decoration:none;
}

div#leftColumn a:hover {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#a84b0d;
font-weight:bold;
text-decoration:underline;
}



div#leftBar {
width:179;
}
div#footer {
position:absolute;
top:609px;
left:225px;
}
#footer a {
font-size: 10px;
color: #fff;
}
div#leftColumn .hope {
vertical-align: top;
font-size: 11px;
}





/* 
		homepage content 
*/
div#mainContent {
background-position:bottom;
background-image:url(../images/contentBg.jpg);
background-repeat:no-repeat;
width:656px;
height:644px;
position:absolute;
left:190px;
top:0px;
}

div#friendContent {
background-position:bottom;
background-image:url(../images/contentBg_friend.jpg);
background-repeat:no-repeat;
width:656px;
height:644px;
position:absolute;
left:190px;
top:0px;
}
div#column1 {
width:145px;
padding-top:15px;
float:left;
}
div#column1Link {
float:left;
}
div#column2 {
width:145px;
padding-top:15px;
float:left;
margin-left:17px;
}
div#column2Link {
float:left;
margin-left:6px;
}
div#column3 {
width:145px;
padding-top:15px;
float:left;
margin-left:17px;
}
div#column3Link {
float:left;
margin-left:7px;
}
div#column4 {
width:145px;
padding-top:15px;
float:left;
margin-left:17px;
}
div#column4Link {
float:left;
margin-left:7px;
}
div#clearing {
clear:both;
}
table.visible {
border-top:1px solid black;
border-left:1px solid black;
}
table.visible td {
padding:5px;
border-right:1px solid black;
border-bottom:1px solid black;
}
table tr.th {
background-color:#a84b0d;
color:white;
}
/* 
		subpage content 
*/

