﻿/*
================================
Meco Miami StyleSheet
by Neo Tokyo Technologies, Inc.
www.neotokyotech.com
================================
*/	
	

/***********************************/
/*          DESIGN ELEMENTS        */
/***********************************/


/*body:: controls page baground and any other fonts not defined below*/
body {
	background-color: #ccbdaa;
    margin: 0;
    border: 0;
}

#container
{
    margin: 0;
    background-color: #ccbdaa;
    border: 0;
    border-spacing: 0;
    padding: 0;
    
}

.inputBox 
{
    width: 170px;
}

.inputText
{
    width: 170px;
    text-align: left;
}

.inputSubmit
{
    text-align: center;
}

.signupframe 
{
    background-color: #ccbdaa;
    
}

/***********************************/
/*         HEADERS & TITLES        */
/***********************************/


/***********************************/
/*          GENERAL FONTS          */
/***********************************/


/***********************************/
/*              LINKS              */
/***********************************/


/*A:: appearance of links before a user clicks or mouse overs on them*/ 	 
A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: Normal;
	color: #585C5F;
	text-decoration: none;
}
	
/*A:hover:: appearance of links when a user passes their mouse over them*/ 	 	
A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: Normal;
	color: #585C5F;
	text-decoration: none;
}

/*A:visited:: appearance of links after a user has visited that page*/ 
A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-family: 11px;
	font-weight: normal;
	color: #585C5F;
	text-decoration: none;
}
	
/*A:visited:hover:: appearance of links when a user hovers over a page they have visited*/ 	 
A:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-family: 11px;
	font-weight: normal;
	color: #585C5F;
	text-decoration: none;
}

/*acronym:: appearance of acronyms with title atribute*/
acronym {
	border-bottom: none;
	}

#filler
{
    margin-top:170px;
}


/***********************************/
/*             FOOTER              */
/***********************************/


/*footer:: displays at the very bottom of the site, copyright and design notices*/
div.footer {
    margin-top: 170px;
    vertical-align: bottom;
    
}

#footer p, a:link, #footer a:visited {
    text-decoration:none;
    color:Black;
    text-align:center;
    font-family:Verdana;
    font-size:x-small;
    margin: auto;
}
