/* A Free Design by Bryant Smith (bryantsmith.com) */

html, body {
text-align: center;
}
p {text-align: left;}

body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FAFCF3;
	background-color:#000000;
}
*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


#main
{
background-image:url(background.png);
background-repeat:repeat-y;
width:760px;
height:auto;
margin: 0 auto;
overflow: auto;
}


#header
{
background-image:url(header.jpg);
background-repeat:no-repeat;
height:160px;
width:760px;
margin-top:35px;
}

#content
{
background-image:url(contentBack.jpg);
background-repeat:no-repeat;
padding:22px;
height:500px;
}

#headerTitle
{
	position:relative;
	left:0px;
	top:100px;
	color:#FFCC00;
	text-align:center;
	font-size:50px;
	font-weight:bold;
	font-family:"Courier New", Courier, monospace;
}

#headerSubText {
    position: relative;
    color: #FFCC00;
    text-align: center;
    width: 595px;
    margin: 0 auto;   /* centers the div */
    font-size: 14px;
    font-weight: bold;
    font-family: "Courier New", Courier, monospace;
}

#footer {
clear:both;
width: 740px;
background: url(footer.png) no-repeat;
text-align:center;
font-size:9px;
}

#columnOne
{
	float: left;
	width: 435px;
	
}
#columnTwo
{
	float:right;
	width: 150px;
	text-align:right;
}
#columnThree
{
	float: left;
	width: 720px;
	text-align:right;
}

#skillsRow {
    display: flex;
    justify-content: center; /* optional */
    gap: 10px; /* optional spacing */
}
.column {
    width: 230px;
    text-align: center;
}

#columnTwo h2
{
width:auto;
line-height:50px;
font-size:14px;
background-image:url(col2_h2_back.gif);
background-repeat:repeat-x;
}


#columnTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#columnTwo li {
margin-bottom:4px;
}
.comments
{
font-size:11px;
font-style:italic;
padding:10px;
}


a
{
text-decoration:none;
color:#E3FDEF;
}

a:hover
{
border-bottom: 1px dotted #03301A; 
color:#E7EB94;
}


h1 
{
line-height:18px;
font-size:17px;
}

h2 
{
line-height:20px;
font-size:15px;
}

h3
{
font-size:13px;
line-height:30px;
font-weight:normal;
padding-bottom:10px;
}

.content
{
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:25px;
	padding:2px;
	margin-bottom:15px;
}

blockquote {
	font-size:10px;
	text-align:justify;
	width:300px;
	color:#EAF4FF;
	padding:12px;
	background-image:url(blockquote.png);
	background-repeat:no-repeat;
}

html, body {
text-align: center;
}
p {text-align: left;}
