/* ALL CODE PROPERTY OF MATT DEASY */

* {
margin: 0;
padding: 0;
}

body {
font-family: arial;
text-align: center;
}

a {
color: #2121b7;
}

a:hover {
text-decoration: none;
}

.center {
width: 100%;
text-align: center;
}

#wrapper {
width: 790px;
margin: 10px auto;
}

#head {
width: 100%;
height: 155px;
background: #fff url('../images/logo.jpg') no-repeat bottom left;
text-align: right;
}

#head a {
float: right;
display: block;
margin: 10px 0 0 15px;
padding-left: 20px;
color: #2121b7;
font-size: 15px;
font-weight: bold;
text-decoration: none;
}

#head a:hover {
color: #373737;
}

#head a.mail {
background: #fff url('../images/email_go.jpg') no-repeat left center;
}

#head a.myspace {
background: #fff url('../images/user_comment.jpg') no-repeat left center;
}

#crumb {
margin: 0 0 7px 60px;
text-align: left;
font-size: 13px;
}

#crumb a {
font-weight: bold;
color: #2121b7;
}

#crumb a:hover {
text-decoration: none;
}

#nav {
width: 700px;
margin: 5px auto;
border-top: solid 3px #ccc;
border-bottom: solid 3px #ccc;
}

#nav ul {
margin: 10px 0;
list-style: none;
font-size: 18px;
}

#nav ul li {
display: inline;
}

#nav ul li a {
margin: 0 10px;
padding-bottom: 1px;
color: #373737;
text-decoration: none;
}

#nav ul li a:hover, #nav ul li a.here {
color: #2121b7;
border-bottom: solid 2px #373737;
}

#content {
width: 700px;
margin-left: 45px;
text-align: left;
}

#content h1 {
margin: 25px 0 0 10px;
color: #2121b7;
font-size: 24px;
font-weight: normal;
}

#content p {
padding: 8px;
line-height: 135%;
font-size: 15px;
font-family: arial;
}

#content img.right {
float: right;
}

#content ul {
margin: 10px 0 0 40px;
font-size: 15px;
list-style-image: url('../images/check.jpg');
}

#content ul li {
margin-top: 10px;
padding-left: 8px;
}

#footer {
width: 700px;
margin-left: 45px;
padding: 8px 0;
border-top: solid 3px #ccc;
font-size: 13px;
color: #373737;
font-family: verdana;
}