﻿/*
Copyright(c) 2008 AD Daniel Lear all Rights Reserved
gpoodle@gmail.com
*/


/************************
 colour skeme
 
 Chocolate:		#;
************************/


/************************
General 
*************************/

div,
img
{
position:relative;
display:block;
clear:both;
margin:0 auto;
padding:0;
border:none;
}


/************************
 Fonts 
************************/

body
{
position:absolute;
margin:0;
padding:0;
width:100%;
height:100%;
color:#564c44;
font-family:Times New Roman,Times,serif;
font-size:1em;
}
table,
tr,
td
{
position:relative;
margin:0;
padding:0;
}

/************************
Base structure 
************************/

.out
{
position:absolute;
width:100%;
height:100%;
background-color:#564c44;
}
.out .cnr
{
width:69px;
height:69px;
}
.out .mid
{
height:69px;
}
.out .side
{
width:69px;
}
.out .ctr
{
background-color:#fff;
}


.in
{
width:100%;
height:100%;
background-color:#fff;
}
.in .cnr
{
width:3px;
height:3px;
}
.in .mid
{
height:3px;
}
.in .side
{
width:3px;
}
.in .ctr
{
background-color:#fff;
border:1px solid #564c44;
padding:7% 0;
}


#content
{
width:362px;
text-align:center;
margin-top:10px;
font-size:0.8em;
margin-bottom:5%;
}

#logo
{
}

#proto-menu
{
margin-bottom:5%;
}

#address
{
margin-bottom:10px;
}
#locations
{
}


a,
a:link,
a:visited
{
color:#564c44;
text-decoration:none;
}
a:hover
{
color:#900;
}

