body {
	text-align: center;
 	background-color: #455a8a;
}

a {
	font-size: 10pt;
	font-weight: bold;
}

a:link {
	color: #455a8B;
}


a:visited {
	color: #455a8B;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
}

a#but_home {
	display: block;
	width: 150px;
	height: 50px;
	background-image: url(home.jpg);
	margin: 0 auto;
}
a#but_home:hover {
	background-image: url(homeon.jpg);
}
a .alt { display: none; }

a#but_wd {
	display: block;
	width: 150px;
	height: 50px;
	background-image: url(wd.jpg);
	margin: 0 auto;
}
a#but_wd:hover {
	background-image: url(wdon.jpg);
}
a .alt { display: none; }

a#but_gd {
	display: block;
	width: 150px;
	height: 50px;
	background-image: url(gd.jpg);
	margin: 0 auto;
}
a#but_gd:hover {
	background-image: url(gdon.jpg);
}
a .alt { display: none; }

a#but_gfx {
	display: block;
	width: 150px;
	height: 50px;
	background-image: url(gfx.jpg);
	margin: 0 auto;
}
a#but_gfx:hover {
	background-image: url(gfxon.jpg);
}
a .alt { display: none; }

a#but_about {
	display: block;
	width: 150px;
	height: 50px;
	background-image: url(about.jpg);
	margin: 0 auto;
}
a#but_about:hover {
	background-image: url(abouton.jpg);
}
a .alt { display: none; }

a#but_blog {
	display: block;
	width: 150px;
	height: 50px;
	background-image: url(blog.jpg);
	margin: 0 auto;
}
a#but_blog:hover {
	background-image: url(blogon.jpg);
}
a .alt { display: none; }

h1 {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 30pt;
	text-transform: capitalize;
	font-family: Arial;
	color: #000000;
}

h3 {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 20pt;
	text-transform: capitalize;
	font-family: Arial;
	color: #000000;
}

h6 {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial;
	font-weight: bold;
	color: #000000;
}

p {
	font-size: 10pt;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-family: Arial;
	color: #000000;
}

img {
	border: 0px
}

div.container {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial;
	height: auto;
	width: 750px;
	border: 2px solid #000000;
 	background-color: #378ac4;
}

div.container div.box {
	text-align: left;
	width: 570px;
	height: auto;
	padding: 0px;
	margin: 0px 0px 0px 160px;
	border-left: 2px solid #000000;
}

div.header {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial;
	border-bottom: 2px solid #000000;
	height: 200px;
	width: 750px;
	background-image: url(header.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}

div.box div.photo {
	float: left;
	height: 260px;
	width: 150px;
	margin: 4px;
	background-image: url(photo1.jpg);
}

div.footer {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial;
	height: auto;
	width: 800px;
	color: #ffffff;
}

div.container div.links {
	width: 160px;
	margin: 0px;
	float: left;
}