@charset "utf-8";
/* CSS Document */

    @font-face {
    font-family: 'Tequila';
    font-style: normal;
    font-weight: normal;
    src: local('Tequila'), url('TEQUILA_.tff') format('tff');
    }

body {
	background-color: #000000;
	background-image: url("images/otis-redding.png");
	background-repeat: repeat;
}

a:link {color: #606F2B; font-weight: bold;}
a:visited {color: #CCCCCC;}
a:hover {color: #8FB8B7;}
a:active {color: #FFFFFF; text-decoration: none;}

#site {
	margin: -90px auto auto 10px;
	width: 500px;
	color: #CB0000;
}

h1 {
	width: 100%;
	font-family: 'Tequila';
	font-size: 25pt;
	background-image: url("images/border.png");
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 0px;
}

h2 {
	font-size: 14pt;
	color: #CB0000;
	margin-bottom: 0px;
}

h3 {
	text-align: center;
	font-size: 12pt;
	font-weight: normal;
}

img.skill {
	float: left;
	padding: 5px;
}

div.skill {
	margin: auto;
	margin-bottom: 10px;
	color: #CB0000;
	background-color: #000000;
	width: 410px;
	height: 94px;
	padding: 2px;
	box-shadow: 8px 8px #CB0000;
}

div.footer {
	width: 600px;
	margin: auto auto auto auto;
	color: #CB0000;
	font-size: 10pt;
	text-align: center;
	padding-bottom: 5px;
}