
body {
	color: #fff;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 16px;
	margin: 0;
	padding: 0;
	background-color: #1E1E1E;
}
h1 {
	color: #EC008C;
	text-transform: uppercase;
	font-size: 20px;
}
h2 {
	color: #EC008C;
	text-transform: uppercase;
	font-size: 13px;
}
.footer A:link, .footer A:visited {
	color: #575757;
	text-decoration: none;
}
.footer A:active, .footer A:hover {
	color: #9b9b9b;
	text-decoration: underline;
}
.main {
	width: 100%;
	background: #1E1E1E url(images/topbar-bg.gif) repeat-x;
	
}
.maincontainer {
	width: 960px;
	text-align: left;
}
.topbar {
	height: 177px;
}
.logo {
	float: left;
	height: 177px;
	padding-left: 1px;
}
.flash_logo {
	float: left;
	height: 177px;
	padding-left: 0px;
}
.menucontainer {
	float: right;
	height: 177px;
	width: 630px;
	background: url(images/menu-bg.gif) no-repeat top right;
}
.menu{
	padding-left: 35px;
}
.menu_item {
	margin-top: 128px;
	float: left;
}
.maincontent {
	width: 960px;
	background: #1E1E1E url(images/maincontent-bg1.jpg) repeat-x;
	border: 1px #333;
	border-style: none solid solid;
}
.welcome {
	width: 567px;
	height: 71px;
	background: url(images/welcome-bg.jpg) no-repeat;
	padding: 20px 5px 15px 35px;
	text-indent: -15px;
	font-size: 9px;
	line-height: 12px;
	color: #E5E5E5;
	float: left;
}
#welcome_note {
	display: inline;
	padding-right: 8px;
}
.rightcol {
	float: right;
	width: 345px;
	margin-top: 15px;
	padding-right: 25px;
}
.clr {
	clear: both;
}
.footer {
	text-align: center;
	color: #575757;
	padding-top: 5px;
	padding-bottom: 15px;
	font: 10px;
}

a.services {
	display: block;
	width: 91px;
	height: 46px;
	background: url(images/services.gif) 0 0 no-repeat;
	text-decoration: none;
}

a:hover.services {
	background-position: -91px 0;
}

a.artists {
	display: block;
	width: 91px;
	height: 46px;
	background: url(images/artists.gif) 0 0 no-repeat;
	text-decoration: none;
}

a:hover.artists {
	background-position: -91px 0;
}

a.gallery {
	display: block;
	width: 91px;
	height: 46px;
	background: url(images/gallery.gif) 0 0 no-repeat;
	text-decoration: none;
}

a:hover.gallery {
	background-position: -91px 0;
}

a.contact {
	display: block;
	width: 91px;
	height: 46px;
	background: url(images/contact.gif) 0 0 no-repeat;
	text-decoration: none;
}

a:hover.contact {
	background-position: -91px 0;
}

.left_info {
	width: 550px;
}

#squiggly_wrap {
    background: url('http://www.elledesigndallas.com/images/squiggly_whole.gif') no-repeat 0 top;
}

.sandbox_div {
	padding-top: 0px;
	float: left;
	clear: left;
}

textarea {
	display: block;
	width: auto;
	float: left;
}

ul {
	margin-left: 0;
	padding-left: 20px;
	list-style: none;
}

li {
	padding-left: 10px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
}

.form_table {
	border: 1px solid #1E1E1E;
	padding: 10px;
}

a {
	color: #990066;
	text-decoration: none;
}

a:hover {
	color: #EC008C;
	text-decoration: underline;
}

.thumb {
	float: left;
	margin: 4px;
	border: 1px solid #333;
}

.form_box {
	width: 150px;
	height: 160px;
	padding: 15px;
	color: #e1e1e1;
	background: url(http://www.elledesigndallas.com/images/form_bg.jpg) no-repeat 0 0;
	font-size: 10px;
	float: right;
}

