/*table of contents

1. universal
2. header
	- rollovers
3. content
	- work
	- contact
4. footer

*/

body, p {
	padding: 0;
	margin: 0;
}

body {
	background-image: url(_images/bckgrd.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #4c777e;
}

/*header*/
div.header {
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 225px;
	background-image: url(_images/header-bckgrd.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	display: block;
	text-align: center;
}

p.headermain {
	background-image: url(_images/header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 680px;
	height: 152px;
	margin-left: auto;
	margin-right: auto;
	padding: 152px 0 0 0;
}

p.headerbottom {
	background-image: url(_images/main-bckgrd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 367px;
	margin-top: -121px;
}

/*rollovers*/
img.work { 
	background-image: url(_images/btn-work.gif);
	background-repeat: no-repeat;
	width: 82px;
	height: 31px;
	border: 0;
}

a:hover img.work {
	background-image: url(_images/btn-workover.gif);
	border: 0;
}

img.contact { 
	background-image: url(_images/btn-contact.gif);
	background-repeat: no-repeat;
	width: 100px;
	height: 31px;
	border: 0;
}

a:hover img.contact {
	background-image: url(_images/btn-contactover.gif);
	border: 0;
}

p.dot {
	font-size: 35px;
	color: #76929f;
	float: right;
	margin-top: -20px;
}

p.dot a:hover {
	color: white;
	text-decoration: none;
}

p.dot a img {
	height: 0; 
	width: 0; 
	border-width: 0;
}

p.dot a:hover img {
	position:absolute; 
	top:10px; 
	left:10px;
	width:580px;
	height: auto;
	border:none;
}

/*content*/
div.content {
	position: relative;
	margin-top: -587px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

div.entry1 {
	position: relative;
	background-image: url(_images/entry1-bckgrd.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #eef2f3;
	width: 580px;
	height: 100%;
	padding: 10px;
}

div.entry {
	position: relative;
	background-color: #eef2f3;
	width: 580px;
	height: 100%;
	padding: 10px;
	margin-top: 20px;
}

p.info {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 10px;
	color: #456b7e;
}

p.button {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: bold;
	text-align: right;
	padding: 10px 0 10px 0;
	color: #456b7e;
}

p.contact {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 40px 0 20px 0;
	color: #456b7e;
	text-align: center;
}

/*links*/
a:link { 
	color:#456b7e;
	text-decoration:none;
}

a:visited { 
	color:#456b7e;
	text-decoration:none;
}

a:hover {
	color:#456b7e;
	text-decoration:underline;
}

a:active { 
	color:#456b7e;
	text-decoration:underline;
}


/*footer
p.footer {
	padding-top: 35em;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #456b7e;
	text-align: center;
}*/
	 