@import url("styles.css");

#head a {
	font-size: 10px;
}
#header {
	font-family: Trebuchet MS, Arial, sans-serif;
	color: #5c2424;
	padding: 10px 38px;
}
#content {
	padding: 20px 55px;
	min-height: 400px;
}

#thumbnails {
		position:relative;
}

div.errors {
        background: #ffbfbf;
        color: #800000;
        font-weight: bold;
        border-top: 1px solid #800000;
        border-bottom: 1px solid #800000;
        padding: 2px 5px 2px 5px;
        margin-bottom: 10px;
        text-align: left;
}

div.messages {
        background: #bfffbf;
        color: #008000;
        font-weight: bold;
        border-top: 1px solid #008000;
        border-bottom: 1px solid #008000;
        padding: 2px 5px 2px 5px;
        margin-bottom: 10px;
        text-align: left;
}

.fltrt { 
	float: right;
}
.fltlft { 
	float: left;
	margin-right: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


