﻿body {
    background:#036;
}
#main_container {
    color:#333;
    margin:20px;
    padding:20px;
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width:100%;
    background:#fff;
    min-width:600px;    /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
    font-family:Trebuchet MS, Sans-Serif;
	font-size:90%;
	width:800px;
}
a {
	color:#369;
	text-decoration:none;
}
a:visited {
	color:#369;
	text-decoration:none;
}
a:active {
	color:#369;
	text-decoration:none;
}
a:hover {
	color:#69c;
	text-decoration:underline;
}
.section {
    border-bottom:1px solid #ccc;
    clear:both;
    color:#c33;
    font-size:160%;
    margin:20px 0 20px 0;
}
.contentblock {
    float:left;
    width:500px;
}
.breaker {
    clear:both;
}
#menu {
    float:right;
    margin:0 0 0 20px;
    padding:10px;
    width:150px;
}
#menubody {
    margin:10px;
}
#name {
    color:#333;
    font-size:160%;
    font-weight:bold;
    margin:0;
}
#address1 {
    color:#333;
    font-size:100%;
    margin:0;
}
#address2 {
    color:#333;
    font-size:100%;
    margin:0;
}
#phoneh {
    color:#333;
    font-size:100%;
    margin:0;
}
#phonec {
    color:#333;
    font-size:100%;
    margin:0;
}
#email {
    font-size:100%;
    margin:0 0 20px 0;
}
.subsectionskills {
    color:#333;
    font-size:100%;
    font-weight:bold;
    margin:0 10px 0 0;
}
.gig {
    margin:0 0 20px 0;
}
.company {
    color:#333;
    float:left;
    font-size:100%;
    font-weight:bold;
    margin:0 10px 0 0;
}
.location {
    color:#333;
    float:left;
    font-size:100%;
    font-style:italic;
    margin:0;
}
.jobtitle {
    color:#333;
    float:left;
    font-size:100%;
    font-weight:bold;
    margin:0 10px 0 0;
}
.timerange {
    color:#333;
    float:left;
    font-size:100%;
    font-style:italic;
    margin:0;
}
.bullet {
    background:url(../img/red_bull.gif) 3px 7px no-repeat;
    color:#000;
    font-size:100%;
    margin:6px 0 0 0;
    padding:0 0 0 15px;
}
.flushbullet {
    color:#000;
    font-size:100%;
    margin:3px 0 0 0;
}
