@charset "utf-8";

html {
	height:100%;
}

body {
	background-color:#D1D1D1;
	background-position:center top;
	background-repeat:no-repeat;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	height:100%;
	margin:0;
}

#wrapper {
	height:100%;
	margin:0 auto;
	width:1000px;
}

a:link, a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#header {
	margin-top:10px;
	width:1000px
}

#middle {
	width:1000px;
	height:700px;
}

#topnav {
	float:left;
	margin-top:20px;
	width:200px;
}

h2 {
	font-size:16px;
	margin-top:50px;
	padding-bottom:5px;
}

h2.blue {
	border-bottom:3px solid #3192BF;
}

h2.pink {
	border-bottom:3px solid #FB00FF;
}

h2.green {
	border-bottom:3px solid #26A824;
}

#topnav ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding-left:0;
	font-weight: bold;
}

#topnav ul li {
	padding:10px 0;
}

#topnav ul li a {
	color:#000000;
}

#rightcontent {
	width:780px;
	margin:50px 10px 0 10px;
	float:left;
}

#rightcontent #client, #rightcontent #design, #rightcontent #photo, #rightcontent #webwork {
	padding-top: 60px;
	padding-left: 60px;
}

#rightcontent #client img, #rightcontent #design img, #rightcontent #photo img, #rightcontent #webwork img {
	border: 1px #000 solid;
	margin: 10px 10px 10px 20px;
}

#rightcontent #about, #rightcontent #contact, #rightcontent #expertise {
	background: transparent url();
	padding: 2px;
	width: 604px;
	height: 533px;
	margin: 50px auto 0;
}
#home p {padding-left:50px; padding-top:90px;}


.loading {
	background-image: url('../images/loading.gif');
	background-repeat: no-repeat;
	background-position: center;
}

#footer {
	margin-bottom: 10px;
	width:1000px;
}