/*  
Client Name: 
Author: Orange Monkey Design - Andy Hobday
Author URL: http://www.orangemonkeydesign.com
Description: Fixed width, header, two columns, footer
Version: 1.2
*/
/*Meyers CSS reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*end of reset*/
/**
 * General HTML Body Styling
 * -------------------------
 */
body {
background: url(http://www.orangemonkeydesign.com/images/bg.png) repeat-x;
font:Arial, Helvetica, sans-serif 62.5%; 
margin-top:0px auto;
}
a { 
text-decoration: none;
color : #333333;
border-bottom:#999999 solid 1px;
} 
a:hover {
color: #fe5400;
text-decoration: none;
border:none;
}
p {	
font-family:Arial, Helvetica, sans-serif;
line-height: 1.35em; 
color: #333333;
}
#text p{color:#fff!important;}
/**
 * Basic DIV Elements 
 * ----------------------------
 * 
 */
#wrapper {
width:900px;
height:620px;
margin:0 auto;
background-image: url('http://www.orangemonkeydesign.com/images/omd_bg.png');
display:block;
}
#rightcontent {
float : right;
width : 420px;
padding-right:30px;
margin: inherit; 
min-height:620px;
font-size:16px;	
}
#leftcontent {
float : left;
width : 440px;
margin: inherit; 
/*padding: 1em;*/
min-height:620px;
}

#footer {
font:Arial, Helvetica, sans-serif 1.2em;
width:900px;
margin:0 auto;
height :50px; 	
padding-top:20px;
font-size:14px;
}

/*  Main Menu Navigation */


/**
 * Table Class Definitions  
 * ----------------------------
 * 
 

/**
 * Class Definitions  
 * ----------------------------
 * 
 */
.sorry{
width:350px;
padding-right:15px;
padding-top:320px;
color:#333333;
margin:auto;
}
.orange{
color:#e12000;
font-size:20px;
}
.email{
padding:15px 0 0 25px;
}
.social{padding:10px;}
#social{display:inline;}
#social a{border-bottom:none;}


