/* Style sheet document 
-------------------------------------------------- 
DRT Enterprises
Author: Clive Walker
Company: CVW Web Design Ltd
Website: http://www.cvwdesign.co.uk
-------------------------------------------------- */

/* Reset 
-------------------------------------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}

fieldset, img {
	border: 0;
}

/* Big boys 
-------------------------------------------------- */
 

body {
	font: 62.5%/1.6 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#333;
	background: #DDD;
	text-align: center;
}

/* Text 
-------------------------------------------------- */

#wrapper {
	margin: 1em auto 0;
	width: 800px;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: auto;
	padding: 15px;
	background: #FFF;	/*-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
     box-shadow: 1px 1px 5px #999;*/
}

p, ul {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1.3em;
}

ul {
	margin-left: 20px;
	text-align: left;
}

#contact-details {
	float: right;
	width: 300px;
	margin-left: 2em;
}

#intro {
	float: left;
	width: 450px;
}

.upper {
	text-transform: uppercase;
}
