/* CSS Document */

body {
background-color:#333300;
margin:0px;
padding:0px;
}

#background {
width:100%;
text-align:center;
}

#container { 
width:605px;
height:450px;
background-color:#CCCC99;
}

.clearpixel {
clear:both
}

.text {
width:250px;
padding-left:10px;
padding-right:10px;
padding-top:5px;
border-right-color:#999966;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
float:left;
display:block;
overflow:auto;
text-align:left;
}

h1 {
font-size:18px;
}

.photos {
display:block;
float:right;
width:300px;
height:400px;
padding-left:10px;
padding-right:10px;
padding-top:5px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
overflow:auto;
}

.img300 {
width:295;
height:220;
}

.center {
text-align:center;}
