/* CSS Document */

.MainDefault{
height:700px;
width:1000px;
}

a:link{
color:#ffffff;
text-decoration:underline;
}

a:visited{
color:#ffffff;
text-decoration:underline;
}
a:hover{
	color:#009933;
}

.imagewindow{
overflow:hidden;
background-image:url(IndependentSpirits.jpg);
background-repeat:no-repeat;
height:575px;
}

.WritingClass{
background-image:url(HTMLImages/WritingBkrnd.png);
background-repeat:no-repeat;
height:575px;
width:790px;
}

.DesignClass{
background-image:url(HTMLImages/DesignBkgrnd.png);
background-repeat:no-repeat;
height:575px;
width:790;
}
.DevelopmentClass{
background-image:url(HTMLImages/DevelopmentBkgrnd.png);
background-repeat:no-repeat;
height:575px;
width:790;
}

.ResumeClass{
background-image:url(HTMLImages/Resume.png);
background-repeat:no-repeat;
height:575px;
width:790;
}

.MainCategoryContent{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#ffffff;
font-size:14px;
font-weight:bold;
}

.ProjectLinks{
vertical-align:top;
font-weight:normal;
padding-top:20px;
padding-left:8px;
line-height:20px;
text-align:right;
}

.InteractiveLinks{
vertical-align:top;
font-size:11px;
line-height:14px;
text-align:right;
width:130px;
}

.ProjectDescription{
vertical-align:top;
color:#2D2F2D;
padding-left:5px;
padding-top:3px;
font-size:11px;
font-weight:normal;
line-height:12px;
width:710px;
}


