* {
	margin: 0px;
	padding: 0px;
}
html {
	height: 101%;
}

body  {
	background: url(../images/layout/bggrid.gif);
	text-align: center;
	color: #415485;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.625em;
}
h1 {
	font-size: x-large;
	font-weight: normal;
	letter-spacing: 0.2em;
	margin-bottom: .2em;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border: 1px solid #8395C2;
	margin-top: 20px;
	background-color: #EAE9F9;
	background-image: url(../images/layout/left_panel_bg.jpg);
	background-repeat: no-repeat;
	background-position: -10px bottom;
}

#logo {
	width: 150px;
	padding: 20px;
	margin-bottom: 15px;
}

#bannertext {
	width: 738px;
	height: 80px;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	padding-top: 10px;
	margin-top: 22px;
	margin-bottom: 35px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	line-height: 1.7em;
	padding-left: 30px;
}
#bannertext p {
	line-height: 1.2em;

}
#bannertext a:link, #bannertext a:visited {
	text-decoration: none;
	color: #415485;
}
#bannertext  a:hover, #bannertext a:active {
	text-decoration: underline;
	color: #666666;
}


#left_column {
	float: left;
	width: 190px;
	background-image: url(../images/layout/wrapper_bg.jpg);
	background-repeat: repeat-x;
	background-position: left -25px;
}
#right_column {
	float: left;
	width: 770px;
	background-image: url(../images/layout/wrapper_bg.jpg);
	background-repeat: repeat-x;
	background-position: left -25px;
}

#navigation {
	float: left;
	width: 180px;
	font-size: 1.3em;
	padding-bottom: 20px;
	padding-left: 10px;
}
#content {
	padding: 20px 55px 15px 30px;
	float: left;
	width: 684px;
	line-height: 1.4em;
	font-size: 1.4em;
	min-height: 350px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#content p {
	margin-bottom: .5em;

}
#content h1 {
	font-size: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 7px;
	width: 70%;
}
.contentlink:link       {
	color: #990000;
	text-decoration: none;
}
.contentlink:visited   {
	color: #990000;
	text-decoration: none;
}
.contentlink:hover {
	color: #DD0000;
	text-decoration: underline;
}
.contentlink:active {
	color: #DD0000;
	text-decoration: underline;
}


#footer {
	clear: both;
	font-size: 1em;
	background: #C7ADB4 url(../images/layout/footer_bg.jpg) repeat-x;
	color: #EAE9F9;
	height: 15px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#portfolio td {
	text-align: center;
}
#stand_hire {
	background-image: url(../images/stand_hire/stand_hire_collage.jpg);
	background-repeat: no-repeat;
	height: 225px;
	padding-top: 235px;
	padding-left: 25px;
}
.picholder {
	background-image: url(../images/portfolio/design-to-completion.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	font-weight: bold;
	margin-bottom: 25px;
}
.picholder img {
	border: 1px solid #ffbfbf;
}


.portfolio_info {
	text-align: left;
	background: #D5D2F2;
	font-size: small;
	line-height: 15px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-left: 19px;
	margin-right: 18px;
}


.separator {
	clear: both;
}
/* contact form styles */
form {
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 0;
}
#name, #email {
	width: 200px;
}
#message {
	width: 450px;
	height: 150px;
	margin-bottom: 10px;
}
label, .warning {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.warning {
	color: #CC0000;
}

#credit {
	width: 935px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	font-size: 1.1em;
	text-align: right;
	padding-right: 25px;
	color: #333333;
	padding-bottom: 25px;
}
#credit  a:link, a:visited {
	color: #003366;
	text-decoration: none;
}
#credit a:hover, a:active {
	color: #0000CC;
	text-decoration: underline;
}
