@charset "utf-8";
/* CSS Document */
body {
	background-image:url(../images/diamoncole_bg.png);
	margin:0px;
	border:0px;
	padding:0px;
	background-attachment:fixed;
	background-repeat:repeat-x;
	background-position:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:large;
	font-weight:normal;
	color:#2A1F00;
}
img{
	border:none;
}
a{
	text-decoration:none;
}

div {
	border:none;
}
#wrapper {
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	width:1024px;
	background-color:#333333;
	overflow:auto;
}
#headline_bgimage {
	background-image:url(../images/contact/bg.png);
	background-position:right;
	width:1024px;
	height:128px;
	background-repeat:no-repeat;
	float:left;
}
#menu_holder {
	background-image:url(../images/home_page/menuholder.png);
	text-align:center;
	width:105px;
	height:510px;
	float:left;
}
#menu{
	position:relative;
	top:120px;
}
.menubutton{
	width:90px;
	height:25px;
}
#main_content {
	width:919px;
	float:left;
	text-align:center;
}
#bubble{
	width:919px;
	float:left;
}
#top{
	background-image:url(../images/contact/content_top.png);
	background-repeat:repeat;
	width:919px;
	height:50px;
}
#middle{
	background-image:url(../images/contact/content_middle.png);
	width:919px;
}
#bottom {
	background-image:url(../images/contact/content_bottom.png);
	background-repeat:repeat;
	width:919px;
	height:125px;
}
#main_text{
	position:relative;
	left:35px;
	width:850px;
}
#copyright {
	background-image:url(../images/diamondcole_copyright.png);
	width:1024px;
	background-repeat:no-repeat;
	height:22px;
	text-align:right;
	float:left;
	font-size:small;
	text-decoration: none;
	font-style: italic;
}
#caddy {
	background-image:url(../images/contact/caddy.png);
	background-position:right;
	background-repeat:no-repeat;
	width:919px;
	height:250px;
	float:right;
}
#links{
	position:relative;
	top:170px;
	width:270px;
	height:80px;
	left:270px;
}

