body {
	font-family: Arial;
    color: #000;
    background-image: url('images/cvbg.jpg'); 
    background-repeat: repeat-y;
	background-color: #E4DEC4;
	margin:0;
	text-align: center;
}

body, h6, table {
    font-size: 10pt;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 10px;
}

h1 {
	font-family:arial, georgia, times;
	font-size: 24px;
	font-weight: normal;
}

h6 {
    color: #FFFFE7;
}

ul {;
    list-style: circle;
}

#border {
    margin-left: auto;
    margin-right: auto;
	background-color: #8CA8A9;
	width: 800px;
}

#container {
    margin-left: auto;
    margin-right: auto;
    color: #7E644C;
    background-color: #FFFFE7;
    width: 760px;
	padding-top: 10px;
	padding-bottom: 20px;
}

td.smcontent, td.lgcontent {
    background-color: #B58E6B;   
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 2px solid #8CA8A9;
    vertical-align:top;
}

td.smcontent {
    width:47%;
}

td.lgcontent {
    width: 100%;
}
