body {
	font-size: 12px;
	font-family: 'Century Gothic', 'Lucida Sans', Arial, Verdana;
}

a {
	color: #576DAF;
}

#content {
 width: 100%;
 text-align: center;
 margin: auto;
}
#front_logo {
	margin-top: 20px;
	margin-bottom: 60px;
}
#top_links, #bottom_links {
	margin: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
input#q {
	border: 1px solid grey;
	width: 375px;
	height: 25px;
	padding: 3px;
	font-size: 14px;
}
.legal {
	font-size: 9px;
	color: grey;
	padding-top: 20px;
}
td {
    text-align: center;
    height: 30px;
}
td a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}
td#mypetlynx {
    width: 130px;
    background-color: #0B3D91;
    background-image: url('mypetlynx_bg.jpg');
    background-repeat: repeat-x;
    color: white;
}
td#animaltracs{
    width: 130px;
	background-color: #FF9933;
    background-image: url('animaltracs_bg.jpg');
    background-repeat: repeat-x;
	color: white;
}
td#shelterlynx {
    width: 130px;
	background-color: #0099CC;
    background-image: url('shelterlynx_bg.jpg');
    background-repeat: repeat-x;
	color: white;
}
td#lostnfound {
    width: 130px;
	background-color: #FF3399;
    background-image: url('lostnfound_bg.jpg');
    background-repeat: repeat-x;
	color: white;
}
td#offers {
    width: 300px;
	background-color: #1B7C28;
    background-image: url('offers_bg.jpg');
    background-repeat: repeat-x;
	color: white;
}
#petmeter {
	position: absolute;
	left: 0;
	top: 0;
 	font-size: 12px;
 	text-align: right;
}



div#sub {
    width: 192px;
	position: absolute;
	right: 0;
	top: 0;
 	font-size: 10px;
 	background-color: #8ECF4D;
 	margin: 30px;
 	text-align: right;

    background-color: #7AC461;
    background-image: url('side_bg.jpg');
    background-repeat: repeat-x;
    padding-left: 5px;
    padding-right: 5px;
}
#sub h2 {
    text-align: left;
    color: #4AA42B;
    font-size: 1.8em;
}


#login {
	position: relative;
 	font-size: 10px;
 	margin: 30px;
 	text-align: right;
 	border: 2px solid white;
 	margin: 0px;
 	margin-bottom: 20px;
 	padding: 5px;
}

input.login_input {
	border: 1px solid #4AA42B;
	padding: 2px;
	background-color: #BDBEC3;
	width: 160px;
	height: 20px;
}
input.login_button {
    background-color: #6C978C;
    border: 1px solid grey;
    color: white;
	width: 160px;
	height: 23px;
	font-size: 10px;
	padding: 0px;
}

#nav_links {
    width: 100%;
    margin: auto;
    margin-top: 20px;
    text-align: center;
}

.front_button {
    text-decoration: none;
}
