div {
	margin:0px;
	padding:0px;
}

h1 {
	font-size:20px;
	color:#000000;
	border-bottom:1px dotted #88b0dd; 
}

h2{
	font-size:18px;
	color:#3a89e1;
	margin-top:10px;
	margin-bottom:10px;
}

.testimonial_text {
	/*font-style:italic;*/
	color: #777777;
}

.required { font-weight: normal; color:red;}

label { display: block; font-weight: normal; }

body {
	background-color:#34465e;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:130%;
	text-align:left;
	color:#34465e;
}

#outter_container {
	margin:0px auto;
	width:1020px;
	background-image:url(../images/container_repeat.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;
	padding:40px;
	overflow:auto;
}

#inner_container { 
	width:1020px;
	margin:0px auto;
	overflow:auto;
}

#header {
	width:1020px;
	
}
#postcard_image {
	width:1020px;
	height:575px;
	background-image:url(../images/postcard7.jpg);
}

#creotec_logo {
	width:230px;
	height:85px;
	position:absolute;
	margin-top:80px;
	margin-left:795px;
}

#creotec_bgchange {
	width:20px;
	height:170px;
	text-align:center;
	position:absolute;
	overflow: hidden;
	margin-top:400px;
	margin-left:1020px;
}

#portfolio {
	width:320px;
}

#tag_nav {
	width:320px;
	color:#34465e;
	text-align:left;
	margin-top:20px;
	padding:5px;
	padding-left: 0px; padding-right: 0px;
}

#extras {
	padding-top:30px;
	width:1020px;
	clear:both;
	overflow:hidden;
}

.extras_box {
	width:320px;
	float:left;
	margin-right:20px;
}

#footer_container {
	margin:0px auto;
	width:1020px;
	padding-bottom:20px;
	margin-top:20px;
	overflow:hidden;
}
#footer {
	float:left;
	font-size:11px;
	color:#c0c8d2;
}
#footer a{
	text-decoration:none;
	font-size:11px;
	color:#c0c8d2;
}

#footer a:hover{
	color:#ffffff;
}
td {
	vertical-align:top;
	border-left:1px solid #c0c8d2;
	padding-left:10px;
}

#colours {
	width:1020px;
	margin:0px auto;
	text-align:right;
	margin-top:5px;	

}

.tag_cloud { padding: 3px; text-decoration: none; }
.tag_cloud:link  { color: #81d601;}
.tag_cloud:visited { color: #019c05; }
.tag_cloud:hover { color: #ffffff; background: #69da03; }
.tag_cloud:active { color: #ffffff; background: #ACFC65; }
