@charset "UTF-8";
/* CSS Document */
* {
margin: 0;
padding: 0;
}

html, body {
height:100%;
}


/* Divs */
#container {
width:99%;
height:auto;
margin:0px auto;
background-image:url(images/grassbg.jpg);
background-position:bottom;
background-repeat:repeat-x;
background-attachment:fixed;
}


#monicaname {
height:209px;
width:1100px;
margin: 0px auto;
}

#body {
width:98%;
height:inherit;
padding: 10px;
clear: both;
}

#main {
width:65%;
float:left;
margin-right:3%;
background-color:#FFFFFF;
padding:1em;
}


#image {
float:left;
width:250px;
height:350px;
background-image:url(images/monicaolivas.jpg);
margin-bottom: 3%;
margin-right: 0%;
}

#contactinfo-out {
float:left;
width:250px;
height:auto;
background:none;
margin-right: 0%;
}

#contactinfo-in {
background-color:#FFFFFF;
padding: 1em;
}

#footer {
clear: both;
}

/* Classes */

.dkgrnborder {
border: solid 10px #060;
}

.contactinfo {
font-family:"Times New Roman", Times, serif;
text-align:center;
text-indent:0;
line-height:1em;
}

.pnonindent {
font-family:"Times New Roman", Times, serif;
text-align:left;
text-indent:0;
line-height:1.3em;
}

/* Text Elements */

p {
margin-bottom: .5em;
font-family:"Times New Roman", Times, serif;
text-indent:2em;
line-height:1.3em;
}

ul {
font-family:"Times New Roman", Times, serif;
text-indent:2em;
line-height:1.3em;

}

h1 {
color:#006600;
}

a:link {
font-family:"Times New Roman", Times, serif;
text-align:center;
text-indent:0;
line-height:1em;
color: #006600;
}

a:hover {
font-family:"Times New Roman", Times, serif;
text-align:center;
text-indent:0;
line-height:1em;
color: #8fc647;
}

a:visited {
font-family:"Times New Roman", Times, serif;
text-align:center;
text-indent:0;
line-height:1em;
color: #8fc647;
}


/* Misc */

hr {
	color:#87c647;
	background-color:#87c647;
	width:90%;
	height:3px;
	margin: auto 0px;
}

img {
border:none;
}

li {
margin-left: 2em;
text-indent: 0em;
}
