
/* global styles */

* {
margin:0px;
padding:0px;
}

html, body {
height:100%;
}

body#index {
margin:0px auto;
padding:0px;
min-width:792px;
max-width:792px;
background-color:#a3c3e5;
text-align:center;
font-family:serif;
font-variant:small-caps;
color:#200e65;
}

div#page {
border:1px solid white;
background-color:#a3c3e5;
}

div#content {
background-image:url('images/ryan-j-west-background.jpg');
background-repeat:no-repeat;
width:792px;
height:476px;
padding-top:50px;
}

img {
display:block;
border:0px;
}

img#west-properties-logo {
border:1px solid black;
margin:0 auto;
text-align:center;
}

div#contact-info {
margin:0 auto;
text-align:center;
padding-top:45px;
padding-bottom:40px;
line-height:1.25em;
}

div#contact-us {
width:15em;
margin:0 auto;
text-align:center;
border-bottom:4px solid #200e65;
padding:0;
}

div#copyright {
margin:0 auto;
text-align:center;
padding-top:10px;
}

div.contact {
font-family:garamond,times,serif;
font-variant:small-caps;
font-size:18pt;
letter-spacing: 0.1em;
color:#200e65;
}

div.contact a {
text-decoration:none;
}

div.contact a:link {
color:#200e65;
}

div.contact a:visited {
color:#200e65;
}

