/* 
Take One at Analog Images

*/

/* Begin Typography & Colors */

body-home {
	font-size: 11px;
    line-height: 16px;
	font-family: Arial;
	background: #9bd1dd;
	color: #9bd1dd;
	}
    
body {
	font-size: 11px;
    line-height: 16px;
	font-family: Arial;
	background: #000000;
	color: #FFFFFF;
	}

#wrapper {
	overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    height:800px;
    width:820px;
    background: #000000;
	}
    
#homewrapper {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    height:700px;
    width:900   px;
    background: #9bd1dd;
	}

#homecontent {
    height:700px;
    width:900px;
    background: #9bd1dd;
    background-image: url('../AnalogImages/images/MIKESITE_LP_v02.jpg')
    }
    
#content {
    height:590px;
    width:820px;
    background: #000000;
    }

#header {
	height: 120px;
    width: 820px;
    margin-bottom: 5px;
    background-image: url('../AnalogImages/images/AI_Header2.jpg')
	}
    
#navigation {
    font-size: 11px;
	font-family: Arial;
	color: #737373;
    float: right;
    margin-top: 57px;
    text-decoration: none;
	}
    
#navigation ul {
    float: left;
    margin: 0px 0px 0px 0px;
    margin-top: 2px;
    padding-left: 45px;
    display: block;
    color: #737373;
    text-decoration: none;
}

#navigation ul a:link, #navigation ul a:visited {
    color: #737373;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
}

#navigation ul a:hover {
    color: #eb8b0f;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
}

#h1 {
	font-size: 18px;
	font-family: Arial;
	color: #eb8b0f;
    padding-top: 25px;
	}
    
#paragraph1 {
    font-size: 11px;
    line-height: 16px;
    font-family: Arial;
	color: #737373;
    padding-top: 10px;
    text-decoration: none;
    }
    
#paragraph1 {
    color: #737373;
    text-decoration: none;
}

#paragraph1 a:link, #paragraph1 a:visited {
    color: #737373;
    text-decoration: none;
}

#paragraph1 a:hover {
    color: #eb8b0f;
    text-decoration: none;
}

#paragraph2 {
    font-size: 11px;
    line-height: 16px;
    font-family: Arial;
	color: #bbbbbb;
    padding-top: 10px;
    text-decoration: none;
    }

#footer {
    font-size: 11px;
	font-family: Arial;
	color: #13aaa1;
	}
    
#center {
    text-align: center;
    }
    
#image1 {
    float: left;
    margin-top:14px;
    margin-bottom:0px;
    margin-right:14px;
    margin-left:0px;
    padding-left: 0px;
    border: 2px solid #bbbbbb;
    height: auto;
    width: auto;
    float: left;
    }
    
img {
    border: none;
    }





