/* General Elements */

body {
	line-height: 1.4;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background: #000 url(http://www.dtuts.com/assets/images/background.jpg) top center no-repeat;
}
	
h1, h2, h3, h4, h5, h6 {
	color: #CCC;
	font-weight: normal;
}

h1 {
	font-size: 26px;
	margin-bottom: 30px;
}

h2 {
	font-size: 21px;
	margin-bottom: 30px;
}

h3 {
	font-size: 18px;
	margin-bottom: 12px;
}

h4 {
	font-size: 16px;
	margin-bottom: 11px;
}

h5 {
	font-size: 14px;
	margin-bottom: 10px;
}

h6 {
	font-size: 13px;
	margin-bottom: 10px;
}

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

a:hover {
	text-decoration: underline;	
}

p, pre {
	margin-bottom: 8px;
}

strong {
	color: #CCC;
	font-weight: bold;
}

.clear {
	clear:both;
}


#wrapper {
	margin: 0 auto;
	width: 600px;
}

#mainText {
	width: 500px;
	height: 126px;
	background: url(http://www.dtuts.com/assets/images/mainText.gif) bottom left no-repeat;
	margin-top: 194px;
	margin-left: 180px;
}
#mainDesc {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #FFF;
	width: 420px;
	margin-top: 10px;
}


#mainText h1, #mainText h2, #mainText p {
	text-indent: -9999px;
}
#mainTitle {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	color: #FFF3D9;
	padding-top: 49px;
	letter-spacing: -1px;
}


#mailList {
	width: 379px;
	height: 154px;
	background: url(http://www.dtuts.com/assets/images/Mail_List_Background.png) bottom left no-repeat;
	margin-left: 128px;
	margin-top: 60px;
}

#mailList form{
	position: relative;
	top: 67px;
	left: 60px;
	width: 280px;
	height: 20px;
}

#mailInput {
	float: left;
	width: 184px;
	height: 16px;
	padding-top: 6px;
	padding-left: 4px;
	margin-right:12px;
	margin-top: 6px;
	border: none;
	background: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
}

#mailSubmit {
	float: left;
	width: 65px;
	height: 33px;
	background: transparent url(http://www.dtuts.com/assets/images/buton_add.png) bottom left no-repeat;
	border: none;
	outline: none;
	margin-top: 1px;
}

#mailSubmit:hover {
	background: transparent url(http://www.dtuts.com/assets/images/buton_add_over.png) bottom left no-repeat;
	cursor:pointer;
}

