@charset "utf-8";
/* CSS Document */

html {
	font-size: larger;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 62.5%;
	color: #000;
	text-decoration: none;
	background-color: #FFF;
	margin: 0px;
}
#ud_main_container {
    background-color: #ffffff;
    background-image: url(Images/image-content.jpg);
    background-repeat: repeat-y;
    background-position: center center;
    width: 990px;
    margin-top: 10 px;
    margin-right: auto;
    margin-left: auto;
}
#ud_header {
    background-image: url(Images/header.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 90px;
    width: 990 px;
}
#ud_menu_container {
    background-image: url(Images/menu-home.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 25 px;
    width: 990 px;
    position: relative;
}
#home_body_container {
    background-color: #ffffff;
    background-image: url(Images/body-home.jpg);
    background-repeat: no-repeat;
    height: 330px;
    width: 990px;
}
#contact_menu_container {
    background-color: #ffffff;
    height: 355px;
    width: 990px;
}
#resume_menu_container {
    background-color: #ffffff;
    height: 355px;
    width: 990px;
}
p {
    font-size: medium;
    line-height: normal;
    color: #666666;
    margin-top: 10px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    height: auto;
    width: auto;
    text-align: left;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-weight: normal;
}
#work_menu_container {
    background-color: #ffffff;
    height: 355px;
    width: 990px;
}
h1 {
	font-size: large;
	font-weight: normal;
	color: #666666;
	margin-top: 3px;
	padding-bottom: 3px;
	border-bottom-color: #666666;
	text-align: left;
}
#work_body_container {
    background-color: #ffffff;
    height: 755px;
    width: 990px;
}
