@charset "UTF-8";
/* CSS Document */


.container {
	width: 1000px;
	margin: auto;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	height: 600px;
}


#background {
	background-attachment: scroll;
	background-color: #FFF;
	background-image: url(websitedesignsmall.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 600px;
	width: 1000px;
	left: 0px;
	top: 0px;
}
#placeholder {
}
#email {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #a5a5a5;
	text-align: right;
	height: 20px;
	width: 200px;
	position: relative;
	left: -100px;
	top: 60px;
	float: right;
}
#links {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #a5a5a5;
	height: 220px;
	width: 150px;
	text-align: right;
	font-style: normal;
	font-weight: normal;
	position: relative;
	left: 55px;
	top: 80px;
	line-height: 24px;
}
.notthispage {
}
.notthispage a:link {
	color: #a5a5a5;
	text-decoration: none;
}
.notthispage a:visited {
	text-decoration: none;
	color: #a5a5a5;
}
.notthispage a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #d8d5dc;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

.notthispage a:active {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #d8d5dc;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.thispage a:link {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #d8d5dc;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

.thispage a:hover {
	text-decoration: none;
	color: white;
	background-color: #d8d5dc;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.thispage a:visited {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #d8d5dc;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
#email  a:link {
	color: #a5a5a5;
	text-decoration: none;
}
#email		a:hover {
	text-decoration: none;
	color: #9781a9;
}
#content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	height: 425px;
	width: 663px;
	left: 220px;
	position: relative;
	padding: 5px;
	text-align: left;
	float: left;
	top: -140px;
}

#content a:link {
	color: #5c5066;
}

#content a:hover {
	color: #a5a5a5;
	text-decoration: none;
}

#content a:visited {
	color: #5c5066
}

#copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #a5a5a5;
	height: 20px;
	width: 150px;
	position: relative;
	left: 100px;
	top: 550px;
}
#placeholder {
}

#fixedtipdiv{
position:absolute;
padding: 2px;
border:1px solid black;
font:normal 12px Verdana;
line-height:14px;
z-index:100;
background-color:#FFFFFF;
}
