body {
  background-image: url("http://juliabarry.com/portfolio/bground.jpg");
  background-repeat: repeat;
}





/* General text and small links styles
---------------------------------------------*/
a {
text-decoration:none;
}

a:link { 
color:#854011 
} 

a:visited { 
color:#854011
} 

a:hover { 
color:#FCB326
} 

a:active { 
color:#FCB326
}

h {
font: 13/1 verdana, arial, sans-serif;
font-weight:bold;
color:black;
} 

h1 {
font: 16 verdana, arial, sans-serif;
font-weight:bold;
font-stretch: narrower;
color:#864A85;
} 

h2 {
font: 13/.5 verdana, arial, sans-serif;
font-weight:bold;
color:#BA66B9;
} 

p {
font: 12/1.5 verdana, arial, sans-serif;
font-stretch: narrower;
color:gray;
} 

.normal {
font: 14/1.5 verdana, arial, sans-serif;
font-stretch: narrower;
color:gray;
} 

.smalltext {
font: 10/.5 arial, sans-serif;
font-stretch: narrower;
color:gray;
text-align:center;
} 

.title {
font: 20 courier, arial, sans-serif;
letter-spacing: 2.5px;
font-weight: bold;
font-style:italic;
color:#D0781A;
} 


#title {

    background-color:  #EDDE8B;
    background-repeat: no-repeat;
    height: 50px;
    width: 385px;
    text-align:center;
}

#page {
width:400px;
height:auto;
padding:100;
margin:0 auto;
}

#wrapper {
width:385px;
height:auto;
padding:0;
margin:0 auto;
overflow: no;
border-style: dashed;
border-width: 2px;
border-color:#C6913E;
text-align:justify;
}

#text {
width:355px;
height:auto;
padding:30 0 20 30;
margin:0 auto;
overflow: no;
text-align:justify;
background-color:  #D0CFCF;
background-repeat: no-repeat;
}


.floatleft {
float:left;
}

.floatright {
float:right;
}


.clear {
margin-left:5px;
clear:both;
}


#img {
width:auto;
height:auto;
padding:40 30 0 40;
margin:0 auto;
overflow: no;
text-align:justify;
}


/* For breakout text with border
---------------------------------------------*/
.breakout {
border: medium double;
border-color: #AAABAB;
padding: .3cm;
font: 12 verdana, arial, sans-serif;
font-stretch: narrower;
color:#353636;
}

/* For table formatting
---------------------------------------------*/
table {
font-family: verdana,arial,sans-serif; 
font-size:11; 
color: gray;
}



 

