@charset "utf-8";
/* CSS Document for MeGoSa.com made by Melissa Go Salazar */

a:link
{
text-decoration: none;
}

a:visited
{
text-decoration: none;
}

a:hover
{
text-decoration: underline;
}

a:active
{
text-decoration: none;
}

body, html
{
width : 100%;
height : 100%;
margin : 0;
padding : 0;
font : 12px Arial, Tahoma, Verdana;
color : #000000;
background : #f0f0f0;
background-image : url(images/header-bg.gif);
background-repeat : repeat-x;
background-position : top;
}

img
{
border : none;
}

#logo-slogan
{
padding : 75px 0 0 40px;
}

.break
{
height : 1px;
width : 717px;
background-color :#000000;
}

/* Menu Buttons */



#btn-about
{
  display: block;
  width: 140px;
  height: 33px;
  background: url("images/btn-about.gif") no-repeat 0 0;

}

#btn-about:hover
{ 
  background-position: 0 -33px;
}

#btn-about span
{
  display: none;
}

#btn-portfolio
{
  display: block;
  width: 140px;
  height: 33px;
  background: url("images/btn-portfolio.gif") no-repeat 0 0;

}

#btn-portfolio:hover
{ 
  background-position: 0 -33px;
}

#btn-portfolio span
{
  display: none;
}

#btn-contact
{
  display: block;
  width: 140px;
  height: 33px;
  background: url("images/btn-contact.gif") no-repeat 0 0;

}

#btn-contact:hover
{ 
  background-position: 0 -33px;
}

#btn-contact span
{
  display: none;
}

#navbar li {
	list-style:none;
    display:inline;
}
#navbar a {
    float:left;	
	margin-right:1px;
}


/* Main Content */

#content {
margin: 80px 0 0 40px;
width: 717px;
}

#content a:link {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

#content a:visited {
	text-decoration: none;
	font-weight: bold;
	color:#000000;
}

#content a:hover {
	color: #ff0000;
}

#content a:active {
	text-decoration: none;
}

.box1{

width: 175px;

padding: 14px 10px 50px 0;

position: relative;

float: left;

}

.box2{

width: 230px;

padding: 0;

position: relative;

float: left;



}

/* Footer */

#footer {
padding: 0 0 0 40px;
width: 100%;
height: 60px;
background-color:#11437b;
color:#FFFFFF;
clear:both;
	}
	
#footer a:link {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

#footer a:visited {
	text-decoration: none;
	font-weight: bold;
	color:#ffffff;
}

#footer a:hover {
	color: #990000;
}

#footer a:active {
	text-decoration: none;
}


/* Gallery Styles */

.thumbnails {
list-style: none;
margin: 0;
padding: 0;
}

.thumbnails a {
margin: 0 1px 0 0;
}

.new {
width: 140px;
height: 73px;
position: relative;
float:left;
padding-right: 4px;
}

.new span {
width: 32px;
height: 7px;
display: block;
position:absolute;
background: url(images/new.gif) no-repeat;
top: 7px;
left: 7px;
}
