/*                                                         
                                                       
  Project: Magnify Agency
	
  Key	Title
  [W]	Wrapper(s)
  [G]	Global
  [T]	Typography
  [H]	Header
  [N]	Navigation
  [B]	Banner
  [C]	Content
  [S]	Side Navigation
  [P]	Pages
  [F]	Footer  
  [M]	Miscellaneous
*/


body {
  line-height: 1.2;
  background-color: #000;
  text-align: center;
}

/* [W] */

#wrapper {
  width: 600px;

  position: relative;
  margin-left: auto;
  margin-right: auto;	
}


/* [G] */

.clear {
  clear: both;
}
.display_none {
  display: none;
}
.float_right {
  float: right;
}
.float_left {
  float: left;
}
a:link, a:hover, a:visited {
  color: #066ED6;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}


.error {
  font-weight: bold;
  color: #CC0000;
}

button {
  border: 2px solid #ccc;
  color: #000;
  font-size: 13px;
  padding: 1px 3px 0 3px;
  background: #fff;
}

ul.list {
  list-style: disc outside;
  margin-left: 15px;
  line-height: 20px;
}
ul.list li {
  margin-left: 15px;
}
ul.list li ul {
  list-style: circle outside;
  margin-left: 15px;
}
ul.list li ul li ul {
  list-style: square outside;
  margin-left: 15px;
}

.form label {
  font-weight: bold;
}
.form dl dt {
  padding-bottom: 2px;
}
.form dl dd {
  padding-bottom: 15px;
}
.input {
  font-size: 14px;
  padding: 2px;
  border: 2px solid #ccc;
}
input.input {
  width: 90%;
}

/* [T] */

body, select, input, textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  color: #000;
  font-weight: normal;
}
h2 {
  font-size: 18px;
  color: #595236;
  font-weight: bold;
}
h3 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
h4 {
  font-size: 11px;
  color: #000;
  font-weight: bold;
}
p {
  color: #333;
}

/* [H] */

#logo {
  width: 175px;
  height: 154px;
  background: url('../images/logo.png');
  margin: 100px auto 0 auto;
}
#wedo {
  width: 399px;
  height: 88px;
  background: url('../images/wedo.png');
  margin: 100px auto 0 auto;
}

/* [N] */


/* [B] */


/* [C] */


/* [S] */


/* [P] */