/* CSS Document */

body {
	font-family:"Tahoma";
	margin:0px;
	text-align: center;
	color:#686868;
}
p, strong, i, ol, li, input, select, textarea {
	text-align: justify;
}
#container {
	width:auto;
	height:auto;
}
#headerbg {
	margin:auto;
	width: 100%;
	height: 130px;
	background-image: url(../images/header_background.jpg);
	background-repeat: repeat-x;
}
#header {
	margin:auto;
	width: 790px;
	height:130px;
	background-image: url(../images/top_banner.jpg);
	background-repeat: no-repeat;
	background-position:top center;	
}
#logo {
	margin-top:20px;
	width: 200px;
	height:64px;
	float:left;
}
#contentbg {
	height:600px;
	width:auto;
	background-image: url(../images/body_background.jpg);
	background-repeat: repeat-x;

}
#content {
	width:790px;
	font-size:11px;
	margin: auto;
}
#lcontent {
	margin-top: 40px;
	width:490px;
	float: left;
	text-align: left;
	line-height: 18px;
	margin-right:30px;
}
.heading {
	font-family:Tahoma;
	font-size:18px;
	color:#8D355B;
	text-align:left;
	font-weight:100;
	padding-top: 40px;
}
.heading1 {
	font-family:Tahoma;
	font-size:17px;
	color:#8D355B;
	text-align:left;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	font-weight:100;
	border-bottom: 1px dotted #C0C0C0;
}
.myname {
	font-family:Tahoma;
	font-size:11px;
	color:#8D355B;
	text-align:left;
	font-weight:bold;
	padding-top: 40px;
}
#banner {
	margin: auto;
	height:auto;
	text-align: left;
	padding-top: 10px;
}
#list ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#rcontent {
	width:220px;
	margin-top: 40px;
	float: left;
	margin-left: 20px;
	text-align: left;
}
#portfolio {
	margin: auto;
	height:auto;
	text-align: left;
	padding-top: 10px;
}
.portfolio {
	margin: auto;
	height:auto;
	text-align: left;
	padding-right: 10px;
}
#contact {
	margin: auto;
	height:250px;
	text-align: left;
	padding-top: 05px;
}
#fields {
	width:50px;
	float: left;
	text-align: left;
	line-height: 20px;
}
.button{
	height:20px; 
	font:11px Tahoma;
	text-align: center;
	padding-top: 5px;
}
.h1
{
	font-family:Tahoma;
	font-size:20px;
	color:#F3509F;
	text-align:left;
	font-weight:100;
}
.menu ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.menu a{
	font: 11px Tahoma;
	padding: 4px 3px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #595959;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #C0C0C0;
}

.menu a:visited{
	color: #595959;
}

html>body .menu a{ /*Non IE rule*/
	width: auto;
}

.menu a:hover{
	background-color: #FFF7FB;
	color: black;
}
#footer {
	clear:both;
	margin:auto;
	width:auto;
	height:219px;
	background-image: url(../images/footer_background.jpg);
	background-repeat:repeat-x;
	background-position:top;
	text-align:center;
}
#footerlinks {
	margin: auto;
	width:790px;
	height: 170px;
}
#bottomlinks{
	margin: auto;
	height: 179px;
	font-family:Tahoma;
	font-size:13px;
	color:#FFFFFF;
	text-align:center;
	font-weight:100;
	line-height:30px;
	word-spacing:3px;
	padding-top: 20px;
}
.bottomlinks{
	margin: auto;
	height: 179px;
	font-family:Tahoma;
	font-size:13px;
	color:#FFFFFF;
	text-align:center;
	font-weight:100;
	line-height:30px;
	word-spacing:4px;
	padding-top: 20px;
}
.footer1 a{
	font-family:Tahoma;
	font-size:14px;
	color:#CCCCCC;
	font-weight:100;
	text-decoration:none;
}

.footer1 a:hover{
	font-family:Tahoma;
	font-size:14px;
	color:black;
	font-weight:100;
	background-color:white;
}

.footer2 a{
	font-family:Tahoma;
	font-size:18px;
	color:#F3509F;
	font-weight:100;
	text-decoration:none;
}

.footer2 a:hover{
	font-family:Tahoma;
	font-size:18px;
	color:black;
	font-weight:100;
	background-color:white;
}
.footer3 a{
	font-family:Tahoma;
	font-size:24px;
	color:#F3509F;
	font-weight:100;
	text-decoration:none;
}

.footer3 a:hover {
	font-family:Tahoma;
	font-size:24px;
	color:black;
	font-weight:100;
	background-color:white;
}
.highlight {

	font-family:Tahoma;
	font-size:11px;
	color:#0066CC;
	text-align:left;
	font-weight:normal;
	padding-top: 40px;
}
.ad{
width:750px;
border:1px solid #CCCCCC;
margin:15px;
padding:10px;
}
