#header {
height:320px;
width:750px;
}
#wrap {
margin-bottom:42px;
width:750px;
}
#sidebar {
float:left;
margin-bottom:39px;
width:100%;
}
#main {
width:100%;
}
#main h1 {
font-family:Arial,Helvetica,sans-serif;
font-size:16px;
color:#3F4529;	
}
#main p {
font-family:Arial,Helvetica,sans-serif;
font-size:13px;
}
#footer {
font-family:arial;
font-size:14px;
width:750px;
}
/*
#osx-modal-content, #osx-modal-data {display:none;}
*/
/* Overlay */
#osx-overlay {background-color:#000; cursor:wait;}

/* Container */
#osx-container {background-color:#eee; color:#000; font-family:"Lucida Grande",Arial,sans-serif; font-size:.9em; padding-bottom:4px; width:600px; -moz-border-radius-bottomleft:6px; -webkit-border-bottom-left-radius:6px; -moz-border-radius-bottomright:6px; -webkit-border-bottom-right-radius:6px; -moz-box-shadow:0 0 64px #000; -webkit-box-shadow:0 0 64px #000;}
#osx-container a {color:#ddd;}
#osx-container #osx-modal-title {
background-color:#C9DDB3;
border-bottom:4px solid #000000;
color:#000000;
font-weight:bold;
padding:6px 8px;
}
#osx-container .close {display:none; float:right;}
#osx-container .close a {display:block; color:#777; font-size:.8em; font-weight:bold; padding:6px 12px 0; text-decoration:none; text-shadow:0 1px 0 #f4f4f4;}
#osx-container .close a:hover {color:#000;}
#osx-container #osx-modal-data {padding:6px 12px;}
#osx-container h2 {margin:10px 0 6px;}
#osx-container p {margin-bottom:10px;}
#osx-container span {color:#777; font-size:.9em;}
.simplemodal-close {
float:right;
}