/* Master */

@import url("navigation.css");
@import url("master_typography.css");
@import url("master_list.css");
@import url("navigation_network.css");
@import url("footer.css");
@import url("videos.css");

html, body {
height: 100%;
}

body {
margin: 0;
padding: 0;
background: url(../images/common/bgtile.gif) repeat-x;
}

blockquote {
  border: 1px solid #ddd;
  padding: 8px;
  background: #fffff0;
}

#container {
width: 900px;
min-height: 100%;
margin: 0 auto;
overflow: hidden;
}

#contents {
position: relative;
width: 741px;
height: auto;
margin-top: 10px;
margin-left: 79px;
margin-bottom: 30px;
overflow: hidden;
}

#wrapper {
float: left;
width: 900px;
height: auto;
background: url(../images/common/wrappertile.gif) repeat-y;
overflow: hidden;
}

#header {
width: 900px;
height:200px;
background-color: #FFFFFF;
border-bottom: solid 1px #FFFFFF;
}












