/* style.css*/

A:link {
	text-decoration: none
}

A:visited {
	text-decoration: none
}

A:active {
	text-decoration: none
}

A:hover {
	text-decoration: underline; color: red;
}

body {
	color: #000000;
	font-family: Sans, Arial;
	background-image: url('background.jpg');
	background-attachment: fixed;
	background-position:center center; 
	margin: 0;
	padding: 0;
}

object.yahoo {
	width: 240px;
	height: 420px;
}

/* Image classes */

hr.webdesign {
	width: 100%;
	float: none;
}

img.skype {
	border: none;
	width: 114px;
	height: 20px;
}

img.topimg {
	width: 500px;
	height: 214px;
}	

img.valid {
	border: 0px;
	width: 88px;
	height: 31px;
}

img.right {
	float: right;
}

img.left {
	float: left;
}
	

/* Div classes */

div.websitepics {
	width: 300px;
	float: right;
}

div.webdesign {
	clear: both;
}

div.topimg {
	position: absolute;
	left: 0px;
	top: 0px;
}

div.nav {
	position: absolute;
	left: -40px;
	top: 210px;
	width: 200px;
	text-align: right;
}

div.content {
	position: absolute;
	top: 145px;
	left: 180px;
	right: 10px;
}

div.yahoocontent {
	position: absolute;
	left: 440px;
	right: 10px;
	top: 145px;
}

div.yahoofooter {
	position: absolute;
	top: 39em;
	width: 100%;
}

div.pingbox {
	position: absolute;
	left: 180px;
	top: 145px;
}

/* List classes */

ul.nav {
	list-style-type: none;
	font-weight: bold;
}

li {
	margin-top: 0.5em;
}

/* Headline Classes */

h1.center {
	text-align: center;
}

h1.home {
	text-align: center;
	margin-top: 0px;
}

h2.center {
	text-align: center;
}

h3.center {
	text-align: center;
}

/* Text Classes */

p.center {
	text-align: center;
}

p.right {
	text-align: right;
}

p.left {
	text-align: left
}

p.copyright {
	text-align: right;
	font-size: 0.65em;
}
