@charset "utf-8";
<style type="text/css">

body {
width:750px;
margin:0 auto;
margin-top:30px;
}

/* ----- HEADER ----- */

#header {
width:750px;
height:71px;
background-image: url('images/header.jpg')
}

/* ----- MAIN CONTENT ----- */

#content { 
width:730px;
min-height:450px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:450px; /* for IE5.x and IE6 */background-color:#333333;
margin-top:4px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
font-weight: bold;
font-variant: small-caps;
color: #e10119;
padding: 10px 10px
}

#headtxt {
position:relative;
min-width: 200px
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
font-weight: bold;
font-variant: small-caps;
color: #e10119;
}

.picstyler {
border: 1px solid #e10119;
margin: 10px 10px
}