body {
    background:#2e2216;
    margin: 0px;
    font-family: Arial;
    font-size: 8pt;
}

a {
    text-decoration: none;
}

.entryLarge{
    margin-bottom:10px;
}
.entrySmall{
    margin-bottom:5px;
}

img {
    border: none;
}

/* ----- IDS ----- */
#container {
    padding-top: 120px;
    min-width: 800px;
    min-height: 800px;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('images/background.jpg');
    background-repeat: no-repeat;
}


#topnav a {

    margin-right: 15px;
}

#topnav a.last {

    margin-right: 0px;
}


.tinycorner{

    float:left;
    background-repeat: no-repeat;
    width:30px;
    height: 30px;
}
#topcontainer{

    width:255px;
    margin-left:auto;
    margin-right:auto;
}

#topnav {
    
    padding-top: 10px;
    float:left;
    background:#ffffcc;
    width: 190px;
    height: 20px;
}

.corner{
    float:left;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
}
#header{
    
    float:left;
    background:#ffffcc;
    width:410px;
    height:60px;
}

#maincontent {
    float: left;

    background:#ffffcc;
    width: 410px;
    min-height: 250px;
    padding-left: 60px;
    padding-right: 60px;
}


#leftcol {
    width: 265px;
    float: left;
}
#leftcolabout {
    width: 290px;
    float: left;
}

#rightcolabout {
    font-size: 7.5pt;
    float: right;
    width: 80px;

}

#largecol {
    width: 410px;
    float: left;
}

#textspacer{
    margin-bottom:20px;
    min-height:65px;
}

#pictureholder {
    width: 410px;
    float: left;
}



#aboutusimage img{
    border: solid 1px #000;
    width: 260px;

}

#studioimage .image {
    border: solid 1px #000;
   max-width: 408px;
   margin-bottom:5px;
}

#studioimage {
    width: 410px;
    float: left;
}

#networkimage .image{
	border: solid 1px #000;
	width: 260px;
margin-bottom:5px;
	}


#nextpicture {
    width:55px;
  float:right;
}

#rightcol {
    font-size: 7.5pt;
    float: right;
    width: 115px;

}


#send {
    margin-top: 5px;
    width:23px;
    float: right;

}

textarea {
    height: 120px;
}

.input {
    margin-bottom: 5px; font-size : 10pt;
    font-family: "Courier New";
    padding: 2px;
    color: #000;
    margin-top: 5px;
    width: 100%;
    border: solid 1px #84765d;
    background: #ccb58b;
    font-size: 10pt;
}

#maincontent p {
    margin: 0px;
}

#contactinfo {
    white-space: nowrap;
    margin-top:37px;
    text-align:center;
    font-size: 7pt;
    padding-top: 5px;
    border-top: solid 1px #000;
    width: 410px;
}

#footer{
    float:left;
    background:#ffffcc;
    width:410px;
    height:60px;
}



#middlebox {
    margin-left: auto;
    margin-right: auto;

    width: 530px;
}

.rightcolimage {
    margin-bottom: 10px;
    width: 115px;
}

.rightcolimageContact {
    border:solid 1px #000;
    margin-top: 70px; 
}

/* ----- CLASSES ----- */
.title {
    color: #d55635;
}



span.bold {
    font-weight: bold;
}

span.ital {
    font-style: italic;
}

#homelink{
    padding-top:15px;

}

#homelink img{
    height:8pt;
}


/* ----- HEADINGS ----- */ /* ----- LISTS ----- */
/* ----- IMAGES ----- */ /* ----- LINKS ----- */
a:link {
    color: #000
}  /* unvisited link */
a:visited {
    color: #000
}  /* visited link */
a:hover {
    color: #d55635;
} 
a:active {
    color: #000
} /* selected link */