* {
margin: 0;
padding: 0;
}

body {
	background-color: #E5E5E5;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: small;
	margin: 10px;
}

#container {
	background-color: white;
	width: 800px;
	margin: 0px auto;
	border: 1px solid #BBBBBB;
}

/* Header */
#header h1 {
    background-color: #536895;
    color: white;
    padding: 10px;
}

/* Navigation */
#nav {
    list-style-type: none;
    margin: 10px 0px;
}

#nav li {
    font-size: 130%;
    font-weight: bold;
    float: left;
}

#nav a {
    background: none;
    background-color: #F1F1F1;
    display: block;
    padding: 4px 10px;
    color: #FFB300;
	text-decoration: none;
	border: 0px;
}

#nav a:hover, a:active {
    background-color: #E5E5E5;
    color: #FFB300;
}

/* Content */
#wrap3 {
    background: #F1F1F1;
    float: left;
    width: 780px;
    position: relative;
    overflow: hidden;
    margin: 10px;
}

#wrap2 {
    background: white;
    float: left;
    width: 780px;
    position: relative;
    right: 385px;
}

#wrap1 {
    background: #F1F1F1;
    float: left;
    width: 780px;
    position: relative;
    right: 10px;
}

#col1 {
    clear: left;
    padding: 10px 0px;
    width: 365px;
    float: left;
    position: relative;
    left: 405px;
}

#col2 {
    padding: 10px 0px;
    width: 365px;
    float: left;
    position: relative;
    left: 435px;
}

/* Footer */
#footer {
    clear: left;
    margin: 10px;
}
#footer p {
    font-size: 80%;
    text-align: center;
}

/* Elements */
p {
    text-align: justify;
    margin: 0px 0px 8px 0px;
    text-indent: 20px;
}

p img {
    float: right;
    margin: 0px 0px 0px 4px;
    border: 1px solid gray;
}

h1 {
	font-size: 170%;
	font-weight: normal;
}

h2 {
    font-size: 120%;
    color: #536895;
    border-bottom: 1px solid;
    margin: 0px 0px 4px 0px;
}

a
{
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted gray;
	background-image: url(images/link_icon.gif);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
}

a:hover, a:active {
    color: #536895;
}

a[href^="mailto:"] {
	background-image: url(images/mail_icon.gif);
}

code {
	border: 1px dashed gray;
	padding: 0px 2px;
	color: #404040;
}

.contact {
    text-align: left;
    text-indent: 0;
}

.contact .name {
    font-weight: bold;
}

em {
    font-style: normal;
    font-weight: bold;
}
