/* 
    Document   : stylesheet
    Created on : Dec 2, 2010, 9:38:50 AM
    Author     : Pixelfind
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

* {
  font-family: Arial;
  outline: none;
}

a {
	color: #fd5200;
}

body {
  background-color: #206AA2;
  margin: 0px;
  padding: 0px;
  color: #1e5888;
}

img {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

div {
  padding: 0px;
  margin: 0px;
}

.main {
  width: 1003px;
  border: 0px;
  padding: 0px;
  margin: auto;  
}

.content {
  width: 918px;
  border: 0px;
  margin: 14px 0px;
}

.under_header {
  width: 918px;
  height: 257px;
  background-image: url(images/under_header1.jpg);
  background-repeat: no-repeat;
  padding-top: 30px;
  border: 0px;
}
.under_header img {
	border: 1px solid black;
}

.what2do {
  width: 918px;
  background-image: url(images/what2do.jpg);
  background-repeat: no-repeat;  
  padding-top: 30px;
  border: 0px;
}

.yellow {
  width: 900px;
  background-color: yellow;
  padding-top: 18px;
  border: 0px;
}

.yellow_content {
  width: 840px;
  border: 0px;
}

.left {
  width: 488px;
  border: 0px;
  float: left
}

.height {
  height: 23px;
}

.we_want {
  font-weight: bold;
  font-size: 18px;
  margin: 6px 0px;
}

.we_want_text {
  font-size: 18px;
  background-image: url(images/checked.png);
  background-repeat: no-repeat;
  padding-left: 22px; 
}

.all_good {
  font-weight: bold;
  font-size: 18px;
  margin: 6px 0px;
}

.shop_list div {
	width: 220px;
	font-size: 1.2em
}

.shop_list div a {
	text-decoration: none;
	white-space: nowrap;
}
.shop_list div a b{
	text-decoration: underline;
}

.friends {
  background-image: url(images/friends.jpg);
  background-repeat: no-repeat;
  width: 312px;
  height: 82px;
}

.just_call {
  background-image: url(images/just_call.jpg);
  background-repeat: no-repeat;
  width: 312px;
  height: 75px;
}

.school {
  background-image: url(images/school.jpg);
  background-repeat: no-repeat;
  width: 310px;
  height: 82px;
  border: 0px solid red;
}

.copy_right {
  font-size: 12px;
  color: white;
  padding-left:60px;
  border: 0px;
  width: 930px
}

.footer {
  background-image: url(images/footer.jpg);
  height: 132px;
  background-repeat: no-repeat;
}

.logo {
  width: 150px;
  height: 129px;
  background-image: url(images/logo.png);
  border: 0px;
  
}

.link {
  width: 319px;
  height: 20px;
  background-image: url(images/link.jpg);
  background-repeat: no-repeat;
}
