/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/headerbk2.png);
	background-repeat:repeat-x;
	margin:0px;
	}

#wrapper {
	margin:auto;
	width:960px;
	heigth:auto;
	}
	
#left {
	float:left;
	width:305px;
	color:#39655b;
	font-size:85%;
	font-weight:bold;
	}
	
	
	
#mid {
	float:left;
	width:350px;
	height:auto;
	overflow:auto;
	}
	
#logo {
	width:350px;
	background-image:url(../images/logo2.png);
	height:132px;
	overflow:auto;
	}
	
	
#content {
	width:350px;
	background-image:url(../images/content.png);
	height:auto;
	overflow:auto;
	}
	
#twitter {
	clear:both;
	padding-left:75px;
	}
	
#myinfo {
	padding-left:50px;
	width:250px;
	height:auto;
	font-size:85%;
	line-height:200%;
	color:#39655b;
	}
	
#rigth {
	float:right;
	width:285px;
	color:#39655b;
	font-size:85%;
	font-weight:bold;
	margin:0px;
	}

#wrapperft {
	clear:both;
	background:url(../images/footerbk2.png);
	background-repeat:repeat-x;
	margin:0px;
	width:100%;
	height:64px;
	}
	
#midft {
	
	background:url(../images/footer2.png);
	height:64px;
	width:350px;
	margin:auto;
	background-repeat:no-repeat;
	}
	
#myinfo2 {
	padding-left:50px;
	width:250px;
	height:auto;
	overflow:auto;
	font-size:85%;
	line-height:200%;
	color:#39655b;
	}

a:link,a:visited ,a:active {
	color: #4399d0;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	text-decoration: none;
	color: #085b45;
}

img {
	border:none;
	}
	
.center {
	text-align:center;
	}
