body{font: 76% arial,sans-serif}

/* TYPOGRAPHY */
p, ul, ol {margin: 0 0 1.5em}
h1, h2, h3, h4, h5, h6 {letter-spacing: -1px;font-family: arial,verdana,sans-serif;margin: 1.2em 0 .3em;color:#000;border-bottom: 1px solid #eee;padding-bottom: .1em}
h1 {font-size: 196%;margin-top:.6em}
h2 {font-size: 136%}
h3 {font-size: 126%}
h4 {font-size: 116%}
h5 {font-size: 106%}
h6 {font-size: 96%}
.highlight {color:#E17000}
.subdued {color:#999}
.error {color:#c00;font-weight:bold}
.success {color:#390;font-weight:bold}
.caption {color:#999;font-size:11px}
.date {font: bold 82% arial;color:#bbb;display:block;letter-spacing: 1px}
small {font-size:11px}
/* TYPOGRAPHY end*/

a{color: #0070C8}

div {
	text-align:left;
}

div#page {
  border:4px solid blue;
  width:755px;
	margin:0 auto;
	padding:5px;
	text-align:left;
}

div#header {
  border:2px;
	width:750px;
	height:103px;
}

div#menu {
    border:2px solid blue;
  width:150px;
	float:left; 
  margin:10px 0 10px 0px;
	height:250px;
}

div#content {
  border:2px ;
  width:585px;
	margin:10px 00 10px 165px;
  min-height:500px;
	_height:500px
}

div#footer {
  text-align:center;
  border:2px;
  width:750px;
	height:30px;
}
