﻿body {
	text-align:center;
    }

h1 { font-size:25pt; font-weight: 100}
h2 { font-size:18pt; font-weight: 100}

input.counter {
	color:rgb(0,0,0);
	font-size:20pt;
	text-align:right
	}

ul.nobullet {list-style-type: none;}

div.brownies  {
	background: yellow;
	padding:10px;
	}

div.subsubsub {
	float:left;
	width:55%;
	}
	
div.subsublogo {
	float:right;
	width:40%;
	}
	
div.content {
	clear:both;
	}
	
div.copy {
	font-size:x-small;
	}

div.fullwidth {
	text-align:center;
    background:#ffffc0;
	width:90%;
	clear:both;
    }

#wrap {
    margin:0 auto;
    width:670px;
	text-align:left;
    background:#ffffc0;
    }

#header {
    background:#ffffc0;
    }

#sub_header {
    background:#ffffc0;
	text-align:center;
    }

#nav {
    background:#ffffc0;
    float:left;
    width:128px;
	margin-bottom:10px;
	margin-left:10px;
   }


#main {
    background:#ffffe0;
	width:508;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	padding-left:10px;
	padding-right:10px;
    }

#picturemain {
    background:#ffffe0;
	width:508;
	float:left;
	margin-left:20px;
	margin-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	border-style:solid;
    }


div.area {
	clear:both;
	padding-top:20px;
	}

#footer {
	text-align:center;
    background:#ffffc0;
	width:100%;
	clear:both;
    }

div.imagewrap {
	width:170px;
	}
	
div.image {
	width:160px;
	}
	
div.imagetext {
	width:500px;
	}		
